public class Debug
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
debugOn
Debug messages are only printed, if this boolean is true
|
static boolean |
printExceptionStackTraces
If true, then runtime exceptions, even if caused by user input, will always be printed
|
Constructor and Description |
---|
Debug() |
Modifier and Type | Method and Description |
---|---|
static void |
deb(java.lang.Object msg)
Prints the given object as string, but only, if the static variable debugOn is true
|