App exits when debugger goes from Swift to ObjC code

So I updated to Xcode 7.3 and AppCode 2016.1RC2 and now I have another annoying debugger issue:

If I set a breakpoint in swift code and use step over to debug the code, the app just exits without an error message when I step into a ObjC method.

If I step over the ObjC method (instead of stepping into it) everything is fine.

Can anyone confirm such an issue?

Stefan

PS: On the good side it seem like my other issue (https://intellij-support.jetbrains.com/hc/en-us/community/posts/206388499-AppCode-3-3-3-EAP-Breakpoint-in-Swift-Resume-not-working) does no longer occur in the new setup. 

 

0
2 comments
Avatar
Permanently deleted user

Okay, I take it back: it is not a problem stepping from Swift into ObjC. It seems to be just a problem with my ObjC method. As soon as the debugger enter the method the application exits...

It there a way to get more debug output to figure out whats going on?

0

Hi Stefan.

Please enable debug logging by entering #com.jetbrains.cidr.execution.debugger into Help | Configure Debug Log Settings, restart the IDE, reproduce the problem and send idea.log (Help | Show Log in Finder) to appcode-support at jetbrains.com. Do not forget to disable debug logging after that.

0

Please sign in to leave a comment.