From a534d87975a0e5febda6e557dd042c231a3cf95c Mon Sep 17 00:00:00 2001 From: Jon Cairns Date: Mon, 11 Feb 2013 12:16:59 +0000 Subject: Change docs to say runs to cursor, fix #44 --- doc/Vdebug.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 key or :Breakpoint, and can -tell the debugger to run to the cursor with . +tell the debugger to run to the cursor with . ------------------------------------------------------------------------------ 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: + Default key: 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 -- cgit v1.2.3