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
Hi,
I'm not sure if this is a Bug or a configuration issue:
I use a mode for debugging which for example remaps n to dap.step_over() and so on. The mode does not exit afterwards. This, however, messes with the rendering of the debug indication. Namely, it is always one "step" behind the true state. Is this maybe an issue with the Vim/DAP ui not being updated from within a mode? When I call DapStepOver or dap.step_over() normally it works
Thanks so much for the plugin!
The text was updated successfully, but these errors were encountered:
Hi,
I'm not sure if this is a Bug or a configuration issue:
I use a mode for debugging which for example remaps n to
dap.step_over()
and so on. The mode does not exit afterwards. This, however, messes with the rendering of the debug indication. Namely, it is always one "step" behind the true state. Is this maybe an issue with the Vim/DAP ui not being updated from within a mode? When I call DapStepOver or dap.step_over() normally it worksThanks so much for the plugin!
The text was updated successfully, but these errors were encountered: