How do you request a readMemory
call?
#1084
Closed
ColinKennedy
started this conversation in
General
Replies: 1 comment 1 reply
-
The function needs to run within a coroutine to return a result. Otherwise you'll need to provide a third argument that's a callback function with I've added some docs for the request function: #1085 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In an active nvim-dap session, I tried calling
Where
"0x320"
is the address of therax
register and I was going to read 8 bytes sequentially from that point. I checked the client andsupportsReadMemoryRequest = true,
so it seemed like it should work. But no matter how I call it, it returnsnil
. I can't tell if this is a bug or if my command is wrong (probably my command). Any advice would be appreciated!Beta Was this translation helpful? Give feedback.
All reactions