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 love using dap-ui to debug code in various languages, but the dap-ui event seems to be a problem.
not update repl after use require("dap").continue()
For a simple example, I set a breakpoint and if I run the next step with dap.continue(), it won't trigger the repl update, unless I re-enter this buffer, as the following video may show. About this I submitted a pr to fix this issue.
Screen.Recording.2024-08-16.at.10.43.35.mov
not update repl after use require("dap").close(),unless I re-enter this buffer, I can only use this method now instead.
function()
require("dap").close()
localcontrols=require"dapui.controls"controls.refresh_control_panel()
end
Screen.Recording.2024-08-16.at.10.50.31.mov
The text was updated successfully, but these errors were encountered:
I love using dap-ui to debug code in various languages, but the dap-ui event seems to be a problem.
require("dap").continue()
For a simple example, I set a breakpoint and if I run the next step with dap.continue(), it won't trigger the repl update, unless I re-enter this buffer, as the following video may show. About this I submitted a pr to fix this issue.
Screen.Recording.2024-08-16.at.10.43.35.mov
require("dap").close()
,unless I re-enter this buffer, I can only use this method now instead.Screen.Recording.2024-08-16.at.10.50.31.mov
The text was updated successfully, but these errors were encountered: