Share breakpoints between projects Follow
Answered
Hello,
I am using AppCode to work on a C++/Objective-C framework. At the same time, the framework is used in a simple test iOS application (completely separate project from the framework project). I need to debug the framework and can't figure a way to do this using AppCode. In xCode, there is an option to move breakpoints to User space, meaning they appear across all projects. After that, the demo application breaks even on breakpoints inside source files of the framework.
Is there a way to achieve the same thing with AppCode?
Please sign in to leave a comment.
Hi,
It's not possible in AppCode at the moment. I'd recommend that you upvote & add your use case to IDEA-15540 - it will likely be addressed as a part of that task.