Exceptions and breakpoints inside dispatch_async

The debugger doesnt highlight the line in the editor when an exception or breakpoint is hit inside a dispatch asyncExceptionUtilityApp.zip (1.2 MB)

It just says paused in the debugger window.

In the attached example there is a method called doStuff, if you launch the app in the debugger and hit the stuff button it will call the method

Cheers,
John

Thanks, logged as bugs://71561

Reproduced. It’s as if the debugger doesn’t actually SEE the second thread that this is running on. it only sees main. weird.

bugs://71561 got closed with status fixed.

1 Like