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

What does the column sign "R" mean?

Open morhaham opened this issue 9 months ago • 4 comments

And if it means "resolved" how it comes after lines with "B" on runtime? it doesn't make sense.

image

morhaham avatar Apr 29 '24 23:04 morhaham

I think it is rejected, meaning that the debugger will ignore that line.

TroySigX avatar Apr 30 '24 00:04 TroySigX

I think it is rejected, meaning that the debugger will ignore that line.

Ty, So it might be a bug, the debugger actually paused on these lines

morhaham avatar Apr 30 '24 06:04 morhaham

It's means restarted. Underlying debugger is restarted.

deodesumitsingh avatar May 06 '24 18:05 deodesumitsingh