I have an XWT-based project that I built under Visual Studio 2010. I'd like to be able to debug the OS X side of the client. I have the solution open in Xamarin Studio and use Run --> Debug Application... and select the entry assembly. This successfully launches the application but breakpoints are not hit and line numbers are not shown (only disassembly). How do I properly debug my application under OS X?
↧