Add instruction on how to close the debugger

Omit `Reset` mapping
This commit is contained in:
yury 2020-01-07 11:59:59 +02:00
commit 0ecc99a75c

View file

@ -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