Graphical Debugging extension for Visual Studio Code #975
awulkiew
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Available at marketplace and github.
There are some issues with typedefs and GDB. The reason is that the type names returned by this debugger are the names of the typedefs rather than the original types. This includes member types. This is why
bg::model::polygon
is not displayed when the debugger is GDB. See the readme for more information.Beta Was this translation helpful? Give feedback.
All reactions