Debugging Octave: Difference between revisions

Jump to navigation Jump to search
9 bytes removed ,  20 September 2012
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


<code>
    cd /octave/build/tree
cd /octave/source/tree
    ./run-octave -g
./run-octave -g
</code>
 


=== Most used commands ===
=== Most used commands ===

Navigation menu