Editor/Debugger Commands

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Editor/Debugger Commands

David Webster
For those who haven’t tried to use the debug mode that is part of the
imageJ text editor, here are brief descriptions of each option.

Debug – Enter debug mode and open a debug record window. The window
initially displays the memory usage, number of open images, and the active
image’s title. Debugger is set to the first executable line of code. You
must be in debug mode for any of the following to work

Step – Steps through each line of code one t a time and display’s variable
names and values.

Trace  -  runs the macro and displays variable names and values as they
are encountered.

Fast Trace -  Same as above only faster.

Run -  Runs the macro the same as Macros/Run Macro.

Run to Insertion Point - Runs macro to a point define by left clicking the
mouse on a specific executable line of code.

Abort  -  Exit debug mode.