Hi everyone,
We're working on moving our .NET Framework software to Mono Framework for cross-compatibility. One major problem we're having seems to be setting breakpoints. Our solution is broken up into several projects, most of which are class libraries, and these class libraries spawn new threads. Whenever we set breakpoints within these class libraries, which should be hit under the new thread, they don't seem to work.
Has anyone else encountered anything like this? For what it's worth, we're using the latest versions of both the Mono Developer Kit and Xamarin Studio.
Thanks, Jake