All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ij.macro.Debugger Maven / Gradle / Ivy

Go to download

ImageJ is an open source Java image processing program inspired by NIH Image for the Macintosh.

There is a newer version: 1.54m
Show newest version
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