MCPcopy Create free account
hub / github.com/TheCyaniteProject/exit_code_java / setDebug

Method setDebug

src/main/java/exitcode/Console.java:69–71  ·  view source on GitHub ↗

Sets the value of this.debug @param mode Sets the debug mode state (true/false) in this console. @author Allison Smith (Cyanite)

(boolean mode)

Source from the content-addressed store, hash-verified

67 * @author Allison Smith (Cyanite)
68 */
69 public void setDebug(boolean mode) {
70 this.debug = mode;
71 }
72
73 /**
74 * Returns the value of this.debug

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected