Skip to content
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

Reccomendations for debugging plugins #163

Open
SuperSonicHub1 opened this issue Aug 12, 2024 · 2 comments
Open

Reccomendations for debugging plugins #163

SuperSonicHub1 opened this issue Aug 12, 2024 · 2 comments

Comments

@SuperSonicHub1
Copy link

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?

@SuperSonicHub1 SuperSonicHub1 changed the title Reccomendations for debugging plugins Reccomendations for debugging plugins in release mode Aug 12, 2024
@SuperSonicHub1 SuperSonicHub1 changed the title Reccomendations for debugging plugins in release mode Reccomendations for debugging plugins Aug 12, 2024
@SuperSonicHub1
Copy link
Author

(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.)

@eye-wave
Copy link

eye-wave commented Sep 6, 2024

you can try running standalone version of the plugin to see all logs in the console

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants