I'm using Monodroid and MvvmCross v3 on a Windows 8 and Android app. I Have a custom plugin and I want to debug it with breakpoints. In the Windows 8 app I can debug my plugin with breakpoint but I can't do it with Android.
So I Tried to use MvxTrace.trace() method but it doesn't work in plugins (Windows 8 & Android).
So how can I debug my custom plugin?
Thanks