comparison 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
comparison
equal deleted inserted replaced
8816:a4a8f871be81 8817:03b7f618ab3d
160 160
161 @DOCSTRING(dbwhere) 161 @DOCSTRING(dbwhere)
162 162
163 @DOCSTRING(dbtype) 163 @DOCSTRING(dbtype)
164 164
165 You may also use @code{isdebugmode} to determine whether the debugger is
166 currently active.
167
168 @DOCSTRING(isdebugmode)
169
165 Debug mode equally allows single line stepping through a function using 170 Debug mode equally allows single line stepping through a function using
166 the commands @code{dbstep}. 171 the commands @code{dbstep}.
167 172
168 @c leave dbnext undocumented
169
170 @anchor{doc-dbnext}
171 @DOCSTRING(dbstep) 173 @DOCSTRING(dbstep)
172 174
173 @node Call Stack 175 @node Call Stack
174 @section Call Stack 176 @section Call Stack
175 177