AppCode debug variables slow

Hi,

When I debug using AppCode, once the process hits on my breakpoint, it takes maybe 3 to 5 seconds for my local variables to show.

Anyone else have this issue?  Is there anything I can do to speed things up?

Thx

0
3 comments
Avatar
Permanently deleted user

Hi,

What version of AppCode are you on? What target are you debugging against (iOS/Mac)?

Could you please perform the following steps:
* exit AppCode
* go to Applications -> copy AppCode.app bundle -> paste to Applications
* in the copied AppCode bundle, open /Contents/bin/log.xml file and paste the following code right before <root> tag:

  <category name="#com.jetbrains.cidr.execution.debugger">
    <priority value="DEBUG"/>
    <appender-ref ref="CONSOLE-DEBUG"/>
  </category>

  <category name="#com.jetbrains.cidr.execution.deviceSupport.AMDeviceManager">
    <priority value="DEBUG"/>
    <appender-ref ref="CONSOLE-DEBUG"/>
  </category>


* start copied AppCode app and try debugging
* when you see the issue, zip content of log folder (Help | Show Log in Finder) and send it to our support mailbox: appcode-support@jetbrains.com

Note: above manipulations with the bundle are essential in order not to break app signing. After getting DEBUG logs you may switch back to original AppCode.app.

0

Thanks Tatiana.

This is all resolved since I've upgraded to AppCode 3.1

0
Avatar
Permanently deleted user

Glad to hear that!

0

Please sign in to leave a comment.