On 3 May 2015, at 17:59, Umberto De Giovannini wrote:
I just wonder how do people proceed in bundle development? How can I establish a reasonable development/debug cycle?
It used to be that one could write to /dev/console and find the output via Apple’s Console utility, but support for this seems to have been removed.
So I suggest simply writing to a file in /tmp (with debug output) and run `tail -f /tmp/debug.log` in a terminal.