#!/bin/bash # Start MuseScore 3 in debug mode for plugin console debugging... echo "Starting MuseScore 3 in DEBUG mode, with debugging score" /Applications/MuseScore\ 3.app/Contents/MacOS/mscore -d -f ./plugin_debugger.mscz exit 0