I'm working with audio units and at some point in my program, if I add an exception breakpoint, I can catch a CoreAudio exception from the IOThread
. This is what I see:
Now, there is really not enough information in that for me to be able to debug it(or maybe there is, but I don't know how to use it). So, how can I debug it? Most intriguing is that, for some reason, if I remove the exception breakpoint, the sound seems to be all right, and the program works as expected. Still, I bet the exception has a reason and it's healthy to find and fix it.