Debugging Coda Plug-In with LLDB
·
1 min read
- Open Edit Scheme window (⌘<).
- Select Run pane from side bar.
- In Info tab, select Coda 2.app from Executable dropdown.
- Click the OK button to close the window.
- Select your your plug-in target.
- Select Build Settings tab, click Add Build Setting, select Add User-Defined Setting and set name as
INSTALL_BUNDLE, value as1for Debug configuration. - Switch to Build Phase tab, click Add Build Phase button and select Add Run Script
- Copy and paste the script bellow.
Now you can debug with your LLDB console, enjoy!
Related Posts
Released Gist Plugin for Coda 2
2012-05-23
Migrating Coda modes to Coda 2
2012-05-23