I'm debugging a C++ program and cannot find a debug memory window in VSCode. In Visual Studio that debug window is accessible via: Debug -> Windows -> Memory.
Is there such a feature in VSCode and how do we access it?
Memory view is available in VS Code. See: Viewing and editing binary data
Here's how I use it when debugging:
&var to the "WATCH" panel;If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With