SublimeGDB icon indicating copy to clipboard operation
SublimeGDB copied to clipboard

Add memdump view along variables

Open alex1632 opened this issue 3 years ago • 1 comments

This pull request adds a mighty feature to sublimeGDB, i.e. memory dumps just as you would get with x/x in GDB. The changed bytes are highlighted, and the memdump detects whether an expression goes out of scope. Also, you can predefine memdumps in your project file to re-appear once you restart debugging.

Example: "sublimegdb_memdumps": [ { "exp": "c", "words": 12, "wordlen": 1 }]

Also, the radix of a variable can be changed live in the GDB Variables window by right clicking on the variable and selecting the "Set variable format" command.

alex1632 avatar Apr 17 '22 17:04 alex1632

debug

That's what it looks like.

alex1632 avatar Apr 17 '22 17:04 alex1632