Modifying local variables and dape-read-memory #218
Replies: 1 comment 1 reply
-
|
Hello! Yes if you press the value of the variable in either Scope, Watch or Repl buffer or if point is at a line where the variable is shown it can be changed with As for reading memory you are using it as intended (although the name of the function has been renamed to If you |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm using
code-lldbfor Rust debugging. I can see the address of some variable n withp &nand I can edit it withp n = 50or something, but is there a way to do this visually viadape? As well, If I take the output ofp &nand trydape-read-memoryon it (or rundape-read-memoryon a stack frame) I get "Unknown EOL format in coding system: utf-8." Am I misinterpreting the purpose ofdape-read-memory? I'm trying to understand what the line "Memory editor with hexl" in the README is referring to.Beta Was this translation helpful? Give feedback.
All reactions