How to debug and watch globals in windows debugger?
ryuukk_
ryuukk.dev at gmail.com
Mon Mar 27 17:25:07 UTC 2023
Anyone got an idea?
Executable built with : ``dmd -g -debug`` on windows
On Visual Studio with the visuald addon i can debug the
executable and inspect the globals
On VSCode i can debug the executable and inspect locals, but not
globals
What does visuald does under the hood to be able to inspect
globals?
No, i don't want to use the slow and bloated multi gigabytes
Visual Studio just to inspect a variable
I'm starting to loose hope
More information about the Digitalmars-d-learn
mailing list