You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
SuperSonicHub1
changed the title
Reccomendations for debugging plugins
Reccomendations for debugging plugins in release mode
Aug 12, 2024
SuperSonicHub1
changed the title
Reccomendations for debugging plugins in release mode
Reccomendations for debugging plugins
Aug 12, 2024
(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.)
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?
The text was updated successfully, but these errors were encountered: