summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Cairns <jon@joncairns.com>2013-02-11 12:16:59 +0000
committerJon Cairns <jon@ggapps.co.uk>2013-02-11 12:16:59 +0000
commita534d87975a0e5febda6e557dd042c231a3cf95c (patch)
treeef37a8c828f12430d6b4e35aa559700b1d9bac69 /doc
parent103132f7d7fe4bb3c54018a285bbee9e87e752ea (diff)
downloadvdebug-a534d87975a0e5febda6e557dd042c231a3cf95c.zip
Change docs to say <F9> runs to cursor, fix #44
Diffstat (limited to 'doc')
-rw-r--r--doc/Vdebug.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Vdebug.txt b/doc/Vdebug.txt
index 15bb31a..e393fe9 100644
--- a/doc/Vdebug.txt
+++ b/doc/Vdebug.txt
@@ -431,7 +431,7 @@ Don't edit the contents of the file when in debug mode, and especially don't
edit without saving - this causes problems when swapping between files.
You can set line breakpoints here with the <F10> key or :Breakpoint, and can
-tell the debugger to run to the cursor with <F1>.
+tell the debugger to run to the cursor with <F9>.
------------------------------------------------------------------------------
4.2.2 The watch window *VdebugWatchWindow*
@@ -556,7 +556,7 @@ debugging, and the default keys mapped to those commands.
calling statement. Essentially this is the opposite of step in.
4.3.5 Run to cursor *VdebugCommandRunToCursor*
- Default key: <F10>
+ Default key: <F9>
Tells the debugger engine to run until the point where the cursor is
currently sitting. One of the most useful commands, as it means that
setting a hard breakpoint is not always necessary. This only works if the