Juce 4.2 + Xcode debugging

Hello

I recently upgraded from JUCE 4.1 to 4.2. Since the upgrade I’ve been unable to use Xcode’s debugging features. Breakpoints no longer break and if something crashes I’m only able to view the assembler code.

Xcode build settings look to be correct (Strip Debug Symbols = false for Debug builds etc.). In case it is related I noticed printf and cout << no longer print to the console.

I’ve tried removing the old Xcode project and rebuilding from the Projucer to no avail.

I know breakpoints in Xcode are quite capable of vanishing at will but it seems something is wrong.

P.S when running in Debug mode which target should I select. The (All) or the (AU, VST etc).

Thanks!
Stefhen

Never mind… all well suddenly.