From 0ecc99a75c8a1fd8e16e82a4e41c8bf23c16818e Mon Sep 17 00:00:00 2001 From: yury Date: Tue, 7 Jan 2020 11:59:59 +0200 Subject: [PATCH] Add instruction on how to close the debugger Omit `Reset` mapping --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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