I have a Windows Store 8.1 App where the background task throws a Stackoverflow Exception before it completes. The task uses Reactive Extensions and a third party library.
I have tried debugging through the agent, but I cannot find the location where the exception is thrown.
Are there any good ways to debug this problem?