ffd8 / P5LIVE

p5.js collaborative live-coding vj environment!
https://p5live.org
GNU General Public License v3.0
226 stars 35 forks source link

Console disappears instantly #71

Closed grisevg closed 4 months ago

grisevg commented 2 years ago

Output to console is visible for a fraction of a second and then disappears. Any way to see console at all times?

ffd8 commented 2 years ago

Good point – in the VJ context, I wanted the console to go away as quickly as possible (if it was just a warning or FES) – but of course, there's tiimes when it's nice to debug more. FYI, if calling print() in the draw, it stays visible. There's also a 'prevent flooding' of the console, so if it's the same message, ie print('hello world') or a variable that doesn't change, the actual console only prints once.. but print(frameCount) would show every number.

I can imagine changing the settings » console to just have a drop-down menu with the options: auto, on, off or similar.. default being auto.

ffd8 commented 4 months ago

@grisevg – FYI, the latest update, 1.5.0, allows you to have the console always visible! cheers