Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug window type output does not respect any of GDB's TypePrinters #453

Open
Walnut356 opened this issue Jan 21, 2025 · 0 comments
Open

Comments

@Walnut356
Copy link

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:

Image

Terminal:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant