Vscode-cpptools: Add debugging support for memory viewer and disassembly code (including instruction stepping).

Created on 2 Aug 2017  Â·  8Comments  Â·  Source: microsoft/vscode-cpptools

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

Feature Request debugger

Most helpful comment

Is this in the roadmap for this extension?

All 8 comments

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.

Why not?

Would be nice feature

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

Would be nice feature

Was this page helpful?
0 / 5 - 0 ratings