xcodemacosxcode4.6quicklook

Debugging Quicklook Plugin in Xcode


I am trying to debug a quicklook plugin in Xcode 4.6. I have created the executable in Edit Scheme.

Now, when I build the project the plugin is not installed to the "/Library/Quicklook" path. Rather I didn't find it anywhere.

I want to run the plugin in debug mode and want to hit the breakpoints so that I can figure out where the plugin crashes on different files.


Solution

  • You can use brake points and NSLog function for debugging QL plugin. But first you need to configure environment.

    After all steps you can run your project and debug your code.