Skip to content

Commit 6073076

Browse files
committed
Update README.md
set -> toggle
1 parent 354f9d5 commit 6073076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Once in debugging mode, the following default mappings are available:
131131
* `<F6>`: stop debugging
132132
* `<F7>`: detach script from debugger
133133
* `<F9>`: run to cursor
134-
* `<F10>`: set line breakpoint
134+
* `<F10>`: toggle line breakpoint
135135
* `<F11>`: show context variables (e.g. after "eval")
136136
* `<F12>`: evaluate variable under cursor
137137
* `:Breakpoint <type> <args>`: set a breakpoint of any type (see :help

0 commit comments

Comments
 (0)