387
edits
(→GBD) |
|||
Line 56: | Line 56: | ||
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 | ||
cd /octave/build/tree | |||
cd /octave/ | ./run-octave -g | ||
./run-octave -g | |||
=== Most used commands === | === Most used commands === |