Mercurial > hg > octave-nkf
annotate doc/interpreter/debug.txi @ 4185:8f6d418d31c3
[project @ 2002-11-15 23:22:03 by jwe]
author | jwe |
---|---|
date | Fri, 15 Nov 2002 23:22:27 +0000 |
parents | b3cd3d12da7e |
children | bd0a70c3f2db |
rev | line source |
---|---|
4175 | 1 @c Copyright (C) 1996, 1997 John W. Eaton |
2 @c This is part of the Octave manual. | |
3 @c For copying conditions, see the file gpl.texi. | |
4 | |
5 @node Debugging | |
6 @chapter Debugging | |
7 | |
8 @DOCSTRING(dbstop) | |
9 | |
10 @DOCSTRING(dbclear) | |
11 | |
12 @DOCSTRING(dbstatus) | |
13 | |
14 @DOCSTRING(dbwhere) | |
15 | |
16 @DOCSTRING(dbtype) | |
17 | |
4185 | 18 @DOCSTRING(debug_on_interrupt) |
4175 | 19 |
20 @DOCSTRING(debug_on_warning) | |
4185 | 21 |
22 @DOCSTRING(debug_on_error) |