Ableton and debugging

I use this script from @ttg to allow debbuging with ableton.

That works fine (breakpoints work, etc.) but DBG() won’t print to the xcode console.
Anyone else having the same issue and/or a solution?

1 Like

As I’m facing the same when debugging under Pro Tools for some longer time, I created a tiny JUCE module containing a subclass of juce::Logger that outputs to the console app. When prefixings prints with some unique string to be used as filter expression in Console this works quite well for me. Have a look here:

5 Likes