MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getDebugger

Method getDebugger

ij/src/main/java/ij/macro/Interpreter.java:2327–2329  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2325
2326 // Returns the Debugger (editor), if any, associated with this macro. */
2327 public Debugger getDebugger() {
2328 return debugger;
2329 }
2330
2331 public void setDebugMode(int mode) {
2332 debugMode = mode;

Callers 2

setDebugModeMethod · 0.95
debugMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected