We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In interactive debug sessions, a command to modify a register or memory value should be valuable.
Example syntax:
set <MEM_OR_REG> <VALUE>
Examples of use:
set 2000 123
set var 456
set %pc 789
The text was updated successfully, but these errors were encountered:
set
Successfully merging a pull request may close this issue.
In interactive debug sessions, a command to modify a register or memory value should be valuable.
Example syntax:
set <MEM_OR_REG> <VALUE>
Examples of use:
set 2000 123
set var 456
set %pc 789
The text was updated successfully, but these errors were encountered: