Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable To debug with AppCode after upgrading to Xcode 7.3

After I updated Xcode to 7.3 I am unable to start debugging with AppCode 3.3.2 & 3.3.3 I am just able to Run without debugging each time I start debbuging with appcode this happens in the console:

/Users/labib/Library/Caches/AppCode33/DerivedData/TestApp-e195af2c/Build/Products/Debug-iphonesimulator/TestApp.app

Stopping simulator session...

Simulator session started with process 3047

Process finished with exit code 0

like image 868
Ahmed Labib Avatar asked Mar 24 '16 07:03

Ahmed Labib


People also ask

Can AppCode replace Xcode?

Yes, AppCode cannot run without Xcode. AppCode uses SDKs, simulators, LLDB, and SourceKit that are bundled in Xcode and cannot be used separately.

How do I debug my Iphone using Xcode?

Run the App View the status of the build in the activity area of the toolbar. If the build is successful, Xcode runs the app and opens a debugging session in the debug area. Use the controls in the debug area to step through your code, inspect variables, and interact with the debugger.

How do I debug in Xcode?

When you run an application in Xcode, the debugger is automatically started and attached to the process of the application. Click the Run button in the top left or press Command + R. From the moment the application is up and running, we can start inspecting the process and, if necessary, debug it.


1 Answers

JetBrains is aware of this issue and have a fix as part of the current RC (see their latest AppCode blog post).

Their current advice is essentially to download the RC version from their AppCode EAP page if you've already upgraded to XCode 7.3. NOTE: It does require a license or you can use a 30 day eval period.

like image 51
Stoph Avatar answered Oct 05 '22 05:10

Stoph