diff --git a/README.md b/README.md index 7f43851..364afec 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ For a tutorial and usage overview, take a look at the * [Stack Traces](#stack-traces) * [Program Output](#program-output) * [Console](#console) + * [Closing debugger](#closing-debugger) * [Debug adapter configuration](#debug-adapter-configuration) * [Supported Languages](#supported-languages-1) * [Partially supported](#partially-supported) @@ -490,6 +491,13 @@ CLI for the debug adapter. Support for this varies amongt adapters. NOTE: See also [Watches][#watches] above. +## Closing debugger + +To close the debugger, use: + +* `Reset` button when mouse support is enabled in vim (`set mouse=a`) +* `call vimspector#Reset()` + # Debug adapter configuration ## Supported Languages