Sets the value of this.debug @param mode Sets the debug mode state (true/false) in this console. @author Allison Smith (Cyanite)
(boolean mode)
| 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 |