7

Short Xcode Tip: Plugins

 3 years ago
source link: https://belkadan.com/blog/2007/09/Short-Xcode-Tip-on-Plugins/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Short Xcode Tip: Plugins

When writing GenericToolbar 1.0 there were plenty of times I wanted to print something to the run log using NSLog, or even just observe the error messages IB prints. So I’d go call up the old Console utility and watch as my autorefreshing webmail window prints line after line, while IB is completely silent and error-less. Or did I just miss it with all the Safari AJAX calls?

It wasn’t too bad, but it’s not a very pleasant way to debug a plugin. And as for true debugging and breakpoints, forget it.

By the time I was starting work on GenericToolbar 1.1, I had definitely realized that this was an awkward way to develop, and didn’t want to use it again. So what’s the answer?

Custom executables.

That’s right. Thanks to Xcode’s Custom Executables function, you can start Interface Builder (or TextEdit, or even another Xcode) inside the run environment! Run logs work just like your own executables, and breakpoints usually function quite well. (I say “usually” because a few times they seem not to, but that could be the nature of what I was trying to do at the time.) So next time you’re debugging a plugin, just create a custom executable for the target application and you’re good to go.

Side note: there are a few caveats with this method, notably that some applications don’t lke to have multiple instances running. Interface Builder will actually freeze (which then freezes the Xcode you’re running it in) if a normal IB is already open. And as for menu extras like Dockyard, I’m not sure how you’d get your own SystemUIServer (the app that runs menu extras, among other things) into place when there’s already one running since you logged in. Maybe a quick kill/launch would do it, but I haven’t tried messing with that so far.

I’ve got another plugin “ready” besides GenericToolbar, called PHP/CC. It adds PHP code completion and source scanning to Xcode using Xcode’s own (undocumented) plugin system and private frameworks. I’m not releasing it publicly until I’ve used it myself for a month or so and convinced myself that there are no serious bugs.

This entry was posted on September 01, 2007 and is filed under Technical. Tags: Xcode


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK