Console output from ProJucer

Can I somehow get debug printouts or so when running components in ProJucer?

It would be a great addition with an optional debug output window.

At the moment it doesn't do that, but you could use a FileLogger and "tail -f" on the file to get the same effect. Or you could write a custom Logger class that dumps its output to a window.

We are thinking of adding a REPL as one of our next improvements though.