-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug VST in AudioPluginHost #99
Comments
Ah yes, I use xcode for debugging usually, but I am using the cmake builds. Does pamplejuce create an xcode project or does that need to be done manually? |
ah, found the way -> |
oh were you just using cmake to build the binaries before? Interesting... not sure re: the macro... maybe make sure you clean the build folder if you are switching generators to Xcode (or use a different build folder) |
Is it possible to debug a VST in the AudioPluginHost or a DAW?
I have an issue that requires me to debug my plugin as a vst but I cannot debug as a vst with the template as is, only as a StandAlone app.
I could create a new projucer project and do it the oldschool way but I'd like to be able to stay in pamplejuce to simplify things and avoid having to copy/paste adjusted code to the pamplejuce project, etc.
Any helpful leads on how to accomplish this would be much appreciated!
The text was updated successfully, but these errors were encountered: