diff doc/interpreter/debug.txi @ 8817:03b7f618ab3d

include docstrings for new functions in the manual
author John W. Eaton <jwe@octave.org>
date Thu, 19 Feb 2009 15:39:19 -0500
parents 2beb59bf773a
children 8463d1a2e544
line wrap: on
line diff
--- a/doc/interpreter/debug.txi	Thu Feb 19 17:04:28 2009 +0100
+++ b/doc/interpreter/debug.txi	Thu Feb 19 15:39:19 2009 -0500
@@ -162,12 +162,14 @@
 
 @DOCSTRING(dbtype)
 
+You may also use @code{isdebugmode} to determine whether the debugger is
+currently active.
+
+@DOCSTRING(isdebugmode)
+
 Debug mode equally allows single line stepping through a function using
 the commands @code{dbstep}.
 
-@c leave dbnext undocumented
-
-@anchor{doc-dbnext}
 @DOCSTRING(dbstep)
 
 @node Call Stack