summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonathan Cairns <jon@joncairns.com>2012-11-13 22:54:40 +0000
committerJonathan Cairns <jon@joncairns.com>2012-11-13 22:54:40 +0000
commit37a9025e1de34aca473ed0f8ad6df4ce8f6ac26e (patch)
tree5c468ee704afe5686cfaaa53c032e6911d2bd340 /doc
parent9827a12a8d26c972f93b09b709c8ab26b5e57d4d (diff)
downloadvdebug-37a9025e1de34aca473ed0f8ad6df4ce8f6ac26e.zip
Added help for continuous_mode option, see #19
Diffstat (limited to 'doc')
-rw-r--r--doc/Vdebug.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/Vdebug.txt b/doc/Vdebug.txt
index fc48e16..766c9c7 100644
--- a/doc/Vdebug.txt
+++ b/doc/Vdebug.txt
@@ -837,6 +837,13 @@ g:vdebug_options["marker_open_tree"] (default = '▾')
children, and the tree is currently open. A "-" symbol is used if multi
byte support is not enabled.
+ *VdebugOptions-continuous_mode*
+g:vdebug_options["continuous_mode"] (default = 0)
+ If enabled, Vdebug will start listening immediately after a debugging
+ session has finished, allowing for constant debugging across separate
+ requests. Press <F6> during a debugging session to stop this, or <Ctrl-C>
+ when Vdebug is listening.
+
==============================================================================
6. Key maps *VdebugKeys*