Debugging Octave: Difference between revisions
Jump to navigation
Jump to search
→Emacs
No edit summary |
(→Emacs) |
||
Line 16: | Line 16: | ||
== Emacs == | == Emacs == | ||
[http: link to emacs manual | |||
In short: | |||
To start Octave in debug mode within emacs type | |||
<code> | |||
M-x gud-gdb | |||
<code> | |||
then change the command in the minibuffer to | |||
<code> | |||
Run gud-gdb (like this): /path/to/octave/source/tree/run-octave -gud | |||
</code> | |||
For more info use this | |||
[http://www.gnu.org/software/emacs/manual/html_node/emacs/Debuggers.html#Debuggers link] | |||
to the emacs manual section on debuggers operation | |||
== ddd == | == ddd == |