|
For those who havent 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
images 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 displays 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.
|