Skip to content

Add memdump view along variables#124

Open
alex1632 wants to merge 20 commits intoquarnster:masterfrom
alex1632:add-memdump
Open

Add memdump view along variables#124
alex1632 wants to merge 20 commits intoquarnster:masterfrom
alex1632:add-memdump

Conversation

@alex1632
Copy link

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
Copy link
Author

debug

That's what it looks like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant