Fix doc
This commit is contained in:
parent
38df0bf14b
commit
cd8e6b74ca
1 changed files with 2 additions and 2 deletions
|
|
@ -135,8 +135,8 @@ let g:vimspector_enable_mappings = 'HUMAN'
|
|||
| Key | Function | API |
|
||||
| --- | --- | --- |
|
||||
| `F5` | When debugging, continue. Otherwise start debugging. | `vimspector#Continue()` |
|
||||
| `F4` | Stop debugging. | `vimspector#Stop()` |
|
||||
| `F3` | Restart debugging with the same configuration. | `vimspector#Restart()` |
|
||||
| `F3` | Stop debugging. | `vimspector#Stop()` |
|
||||
| `F4` | Restart debugging with the same configuration. | `vimspector#Restart()` |
|
||||
| `F6` | Pause debugee. | `vimspector#Pause()` |
|
||||
| `F9` | Toggle line breakpoint on the current line. | `vimspector#ToggleBreakpoint()` |
|
||||
| `F8` | Add a function breakpoint for the expression under cursor | `vimspector#AddFunctionBreakpoint( '<cexpr>' )` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue