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

Method setDebugMode

ij/src/main/java/ij/IJ.java:207–210  ·  view source on GitHub ↗

Enable/disable debug mode.

(boolean b)

Source from the content-addressed store, hash-verified

205
206 /**Enable/disable debug mode.*/
207 public static void setDebugMode(boolean b) {
208 debugMode = b;
209 LogStream.redirectSystem(debugMode);
210 }
211
212 /** Runs the macro contained in the string <code>macro</code>
213 on the current thread. Returns any string value returned by

Callers 6

ImageJMethod · 0.95
main0Method · 0.95
restoreSettingsMethod · 0.95
setOptionMethod · 0.95
miscOptionsMethod · 0.95
closeMethod · 0.95

Calls 1

redirectSystemMethod · 0.95

Tested by

no test coverage detected