Processing for windows in P5 mode there is no debug options

Is there a library or something to get the debug option in P5 processing editor

Not sure about p5.js but for js you could check: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/debugger

Kf

Like @kfrajer mentioned, every modern browser comes with a debugger. So you don’t really need a debugging feature in the editor, because you can debug in the webpage itself.

Shameless self-promotion:

1 Like