I'm working on a cross-platform app that will eventually run on a Linux platform. Before I get that far, though, I'd like to just test the application running with Mono (instead of the .NET Framework) locally on the PC. Once that's working, I'll then worry about moving to Linux.
The problem I'm having is I have no idea how to get Xamarin Studio (on the PC) to just run the app locally. Unlike the older MonoDevelop tool, it immediately wants to attach to the soft debugger on a device. Am I missing some setting or dialog somewhere?