Replies: 1 comment 5 replies
-
Our knowledge of the memory layout is somewhat unreliable and pretty much stops there. Even if it was accurate, it wouldn't apply to optimized binaries. Only the compiler and a debugger have a chance to understand it, and you can count the production-ready debuggers on the fingers on one hand. Sure, it would be nice to view an |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
With the release of VSCode 1.87, a Debug Visualizer API has been proposed.
Per the update log:
Although I'm painfully aware that rust-analyzer "has nothing to do with debugging" (#15407), I firmly believe that we could harness rust-analyzer's knowledge of the codebase (memory layouts; etc) to provide a slightly better debugging experience.
Extra links:
Beta Was this translation helpful? Give feedback.
All reactions