I am using MvvmCross in one of my applications and I am having a problem that breakpoints in my PCL project are not being hit. I tried debugging the project in VS2010 and VS2012 with no success. Breakpoints in other project types work ok. I found out that this is caused by a bug in xamarin visual studio plugin(Bugzilla, Bug 8209), but the bug is marked as fixed. Is it possible that I am running on older version of the plugin? How can I determine which version of the plugin I am using?
Uros