I added a background task to my Windows Phone 8.1 app. And it works as expected, but only in Debug mode. I always get the RootFrame_NavigationFailed exception when I run my application in Release mode.
How can I debug it in Release to know the reason of the RootFrame_NavigationFailed?
The app doesn't have any information in exception in Release mode.