Debug Adapter does not support stepping backwards with undodb #893
Replies: 5 comments 2 replies
-
When doing in the dap repl
for reverse next I am getting this for like a thousand times:
|
Beta Was this translation helpful? Give feedback.
-
That seems to be solvable in VSCode: Unfortunately it does not work for nvim-dap |
Beta Was this translation helpful? Give feedback.
-
The debug adapter would have to set the But the linked workaround sounds like it could work. What's the problem? |
Beta Was this translation helpful? Give feedback.
-
By adding theses three lines in function M.exec(text)
execute(text)
end one can execute repl commands from lua by doing local cmd = '...'
require('dap').repl.exec(cmd) This would be a nice feature I think. I guess there are missing some sanity checks if a session is currently active. |
Beta Was this translation helpful? Give feedback.
-
Sorry for the bump, but was this added yet by any chance? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
With cpptools (OpenDebugAD7) and specifying
miDebuggerPath=udb
in the configuration nvim-dap saysI know that cpptools can do this since there is a plugin for VSCode for udb that uses cpptools.
(https://marketplace.visualstudio.com/items?itemName=Undo.udb)
I am using this config:
Is that a bug of nvim-dap or is there really a flag that states that cpptools is not able to do reverse debugging?
Regards,
Steve
Beta Was this translation helpful? Give feedback.
All reactions