Hot Door CORE Forum
debugging hybrid CORE/SDK projects in Xcode - Printable Version

+- Hot Door CORE Forum (http://hotdoorcore.com/forum)
+-- Forum: All forums (http://hotdoorcore.com/forum/forumdisplay.php?fid=1)
+--- Forum: General discussion (http://hotdoorcore.com/forum/forumdisplay.php?fid=3)
+--- Thread: debugging hybrid CORE/SDK projects in Xcode (/showthread.php?tid=330)



debugging hybrid CORE/SDK projects in Xcode - Rick Johnson - 11-27-2022

When debugging hybrid CORE/SDK projects in Xcode 10 or 12, the debugger steps over CORE functions just fine, but at its first SDK call (e.g., sAIAction->AINewActionParamValue(&valueParameterBlock)) it resumes execution. I have to set breakpoints at every line in order to step through SDK code here. Is there some setting that will allow me to step through all of the hybrid code, or is that just not possible? Thanks for any suggestions.


RE: debugging hybrid CORE/SDK projects in Xcode - Rick Johnson - 03-04-2023

That problem went away when I updated my OS to macOS 13 Ventura, with Xcode 14. I can now step through SDK code with no problems, and can launch Illustrator in debug mode very quickly. It's a great environment to work in, but it can only compile for AI 26 and 27. I need to use an older Mac to compile for Mac AI 23 and 24.