Is there an easier way to work out why a crash happens?
I'm trying to isolate what is causing a crash on some scores, but not others (upon some isolation, I think deleting the final system seems to trigger it).
I enabled the script debugger, but nothing seems to happen.
Can anyone give a few tips?
Using MuseScore 2.0 Nightly Build (4797) - Mac 10.6.8.
Comments
The script debugger is only for debugging plugins. You may find some information in the crash log generated by MacOS X after the crash, but it's very light. The only other way is to build MuseScore yourself and launch it in Debug mode in XCode.