ios - Symbolic breakpoint on [UIViewController initWithCoder:] causes debugger to freeze -


When I'm trying to unregister my view controller, I am trying to set a symbolic breakpoint to find out. The app is launched on a test device once the breakpoint is correctly applied to [UIViewController initWithCoder:] .

However, when I try to go back to the breakpoint by pressing 'Continue' debugger freeze: it stops responding to commands (such as 'pause' and 'stop') and app from Xcode Just hang up well I'm finished leaving the xcode to restart the app and restarting it again.

The 'step in' functionality works as expected but I go directly to the machine code - I want to be able to use the 'continue' function to proceed with normal program execution. App and debugger function normally if I disable this particular symbolic breakpoint.

Any information in this problem will be useful. I am running Xcode 5.0.2 and am using LLDB debugger.

EDIT: I tried the solution described, but there was no luck.

I stopped setting a breakpoint to log a message in the console, and 'Automatically evaluate After 'selected' option.


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -