I'm trying to grab some profiling information from my MonoMac application, but can't get it to work, I have tried this:
MONO_ENV_OPTIONS="--trace --gc=sgen --profile=log:heapshot" App.app/Contents/MacOS/AppSync
But this isn't working.
Any idea of how I can get this to run?