Add instruction on how to close the debugger
Omit `Reset` mapping
This commit is contained in:
parent
c8a99831d6
commit
0ecc99a75c
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue