nvim-dap-ui
nvim-dap-ui copied to clipboard
What does the column sign "R" mean?
And if it means "resolved" how it comes after lines with "B" on runtime? it doesn't make sense.
I think it is rejected
, meaning that the debugger will ignore that line.
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
It's means restarted. Underlying debugger is restarted.