Debugging Octave: Difference between revisions
Jump to navigation
Jump to search
m (→ddd) |
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
- Clone the repository
- Regenerate the scripts
- Configure
Basic debugging processes
Error & trace the stack
Tools for debugging
GBD
Most used commands
Emacs
[http: link to emacs manual]