Debugging Octave: Difference between revisions

From Octave
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
= Preliminaries =
Since compilation of all the source from scratch can take long it is good to have a source folder where most of the source has been compiled. To do this ...
== Workflow ==
# Clone the repository
# Regenerate the scripts
# Configure
= Basic debugging processes =
= Basic debugging processes =
== Error & trace the stack ==
== Error & trace the stack ==

Revision as of 19:35, 17 July 2012

Preliminaries

Since compilation of all the source from scratch can take long it is good to have a source folder where most of the source has been compiled. To do this ...

Workflow

  1. Clone the repository
  2. Regenerate the scripts
  3. Configure

Basic debugging processes

Error & trace the stack

Tools for debugging

GBD

Most used commands

gdb documentation

Emacs

[http: link to emacs manual]

ddd

gui for gdb