nvim-dap icon indicating copy to clipboard operation
nvim-dap copied to clipboard

Have separate signs for "current stop" position and "current stackframe position".

Open zenoli opened this issue 3 years ago • 0 comments

Problem Statement

When I navigate the stack frame (via dap.up(), dap.down(), the indicator arrow moves to where am in the stack frame. Hence I lose the visual indication where the debugger is currenlty stopped. When I jump of the stackframe for a couple of steps, and then perform a "step-over", I have no idea where I will land because the arrow is not at the actual stop position but at the current stackframe position.

Ideas or possible solutions

Provide an extra sign symbol for the currently inspected stack position and leave the stopped symbol always at the actual stop position.

zenoli avatar Sep 04 '22 12:09 zenoli