You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use dap.step_back and dap.goto_ with gdb native (version 15.1) without success. I don't know if I must configure something to enable these features (I'm using the sample configuration from here).
I receive the messages "Debug Adapter does not support stepping backwards." and "Debug Adapter doesn't support GotoTargetRequest".
But I can use the commands jump and reverse-step in gdb command line.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to use
dap.step_back
anddap.goto_
with gdb native (version 15.1) without success. I don't know if I must configure something to enable these features (I'm using the sample configuration from here).I receive the messages "Debug Adapter does not support stepping backwards." and "Debug Adapter doesn't support GotoTargetRequest".
But I can use the commands
jump
andreverse-step
in gdb command line.Beta Was this translation helpful? Give feedback.
All reactions