Hi guys
I am encountering an issue with Xamarin Studio on OS X. Some time ago, I changed the startup command of my terminal to /usr/bin/bash instead of /usr/local/bin/bash or /bin/bash. I did this because otherwise OS X starts scanning all system logs to find my last login time. This slows down my terminal startup, hence I disabled it (See this stackExchange answer: http://apple.stackexchange.com/a/71930/53615).
Problem is that with this fix, I can no longer connect to the debugger. Can anybody think of a reasonable solution for this issue?