
ij.macro.Debugger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ij Show documentation
Show all versions of ij Show documentation
ImageJ is an open source Java image processing program inspired by NIH Image for the Macintosh.
package ij.macro;
public interface Debugger {
public static final int NOT_DEBUGGING=0, STEP=1, TRACE=2, FAST_TRACE=3,
RUN_TO_COMPLETION=4, RUN_TO_CARET=5;
public int debug(Interpreter interp, int mode);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy