How do I create an exception breakpoint?
In Xcode, I can create a breakpoint that is hit whenever an exception is thrown by clicking on the + in the bottom left of the breakpoint navigator.
Is it possible to do this in AppCode?
Thanks,
Greg
请先登录再写评论。
I don't think the AppCode UI currently has this. You can do it from the gdb command line with
b objc_exception_throw
Not supported by AppCode yet.
Please follow and vote for http://youtrack.jetbrains.net/issue/OC-262.