Debugging Octave: Difference between revisions

No change in size ,  27 November 2012
Line 64: Line 64:


= Tools for debugging =
= Tools for debugging =
== GBD ==
== GDB ==
To start Octave under gdb use the script <code> run-octave </code> at the top level of the source tree and run it with the command-line option <code> -g </code>like this
To start Octave under gdb use the script <code> run-octave </code> at the top level of the source tree and run it with the command-line option <code> -g </code>like this