microsoft/vscode-cpptools

Add debugging support for memory viewer and disassembly code (including instruction stepping).

xdante opened this issue ยท 9 comments

Add debugging support for memory viewer and disassembly code (including instruction stepping).

I guess a workaround for memory display, is to -exec the gdb x command in the Debug Console

e.g. to see 16 bytes in hex
-exec x/16x 0x7fffffffc186

screenshot from 2018-01-27 15-08-33

Is this in the roadmap for this extension?

@pieandcakes : Has this feature been added in the latest extension version ?

@princehektor No, this has not been implemented.

ci70 commented

Why not?

Would be nice feature

Duplicate of #206 (assembly) and #509 (memory)

aneox commented

Would be nice feature

-exec does not work in cppvsdbg.