From 951c4b2339002f7be112f2504ee4e5e4a30bc67b Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Sun, 1 Oct 2023 23:20:40 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 146ae9f31..42f36bb1f 100644 --- a/README.md +++ b/README.md @@ -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