nih-plug
nih-plug copied to clipboard
Reccomendations for debugging plugins
Trying to write a plugin on Linux but am getting some pretty unhelpful stack traces whenever I face a crash. Running my DAW (Reaper 7) with gdb doesn't help much sadly. Do you have any recommendations for debugging plugins?
(To clarify the issue title changes, I realized that I was building my plugins in release mode, and so thought Rust was overly stripping debug info. Switched to dev and quickly realized the stack traces didn't get any better.)
you can try running standalone version of the plugin to see all logs in the console