You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VSCode can display variable type names in the debug pane via the option settings -> Features -> Debug -> Show Variable Types. GDB's python API has support to customize the displayed type of a value. This can lead to situations where the debug pane does not match GDB's output.
Debug pane:
Terminal:
The text was updated successfully, but these errors were encountered:
Version: 0.27.0
VSCode can display variable type names in the debug pane via the option
settings -> Features -> Debug -> Show Variable Types
. GDB's python API has support to customize the displayed type of a value. This can lead to situations where the debug pane does not match GDB's output.Debug pane:
Terminal:
The text was updated successfully, but these errors were encountered: