Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add memdump view along variables #124

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

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