Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning authored Oct 1, 2023
1 parent 5d96435 commit 951c4b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,8 @@ deletes a breakpoint. If you wish to 'disable' breakpoints, use the
* Use `vimspector#ClearLineBreakpoint( file_name, line_num )` to
remove a breakpoint at a specific file/line
* Use `vimspector#ClearBreakpoints()` to clear all breakpoints
* Use `vimspector#ResetExceptionBreakpoints()` to clear the exception breakpoints
configuration and re-anser the various questions like "Break on C++ Throw"
* Use `:VimspectorMkSession` and `:VimspectorLoadSession` to save and restore
breakpoints
* `call vimspector#ListBreakpoints()` - toggle breakpoints window
Expand Down

0 comments on commit 951c4b2

Please sign in to comment.