0
votes

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

1

1 Answers

2
votes

The MonoDroid PCL debugging has finally been fixed and apparently released on Alpha - see:

Mvx.Trace does work in Android, including with release binaries.

For Trace in WiNRT, using the release binaries (eg from Nuget) then you can override the trace provider