scijava / script-editor

Script Editor and Interpreter for SciJava script languages
http://imagej.net/Script_Editor
BSD 2-Clause "Simplified" License
12 stars 12 forks source link

Add support for single-step debugging #61

Open ctrueden opened 9 years ago

ctrueden commented 9 years ago

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.