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
It seems that Vimspector has renamed the command for cleaning (clean ---> clear) the breakpoints.
Use vimspector#ClearLineBreakpoint( file_name, line_num ) to remove a breakpoint at a specific file/line
Use vimspector#ClearBreakpoints() to clear all breakpoints
So, I hope the following will help those who meet the same problem for clearing the breakpoints. nnoremap <leader>dtcb :call vimspector#ClearBreakpoints()<CR>
As a freshman in Vim world, any config suggestion for vimspector#ClearLineBreakpoint( file_name, line_num )?
Thank you very much : )
The text was updated successfully, but these errors were encountered:
Hi, ThePrimeagen
Thanks for your great work : )
It seems that Vimspector has renamed the command for cleaning (clean ---> clear) the breakpoints.
So, I hope the following will help those who meet the same problem for clearing the breakpoints.
nnoremap <leader>dtcb :call vimspector#ClearBreakpoints()<CR>
As a freshman in Vim world, any config suggestion for
vimspector#ClearLineBreakpoint( file_name, line_num )
?Thank you very much : )
The text was updated successfully, but these errors were encountered: