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
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!