MCPcopy Index your code
hub / github.com/processing/processing / debug

Method debug

core/src/processing/core/PApplet.java:4420–4422  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

4418
4419
4420 static public void debug(String msg) {
4421 if (DEBUG) println(msg);
4422 }
4423 //
4424
4425 /*

Callers 1

pauseThreadMethod · 0.95

Calls 1

printlnMethod · 0.95

Tested by

no test coverage detected