Stepping through script execution is a nice feature. In particular, the ImageJ1 text editor supports single-stepping through macros; therefore, it would be nice to also support that in the Script Editor, since it is supposed to be a drop-in replacement for that text editor.
@rasband was recently kind enough to extract an interface to make this feasible. Leveraging it will probably require changes in both this component as well as in imagej-legacy. Possibly also in SciJava Common's org.scijava.script package.
Stepping through script execution is a nice feature. In particular, the ImageJ1 text editor supports single-stepping through macros; therefore, it would be nice to also support that in the Script Editor, since it is supposed to be a drop-in replacement for that text editor.
@rasband was recently kind enough to extract an interface to make this feasible. Leveraging it will probably require changes in both this component as well as in imagej-legacy. Possibly also in SciJava Common's
org.scijava.script
package.