Reputation: 775
How can I create a dump of an application on widows phone , in case it crashes , so I cad debug it later. I know there is App.UnhandledException event , but I don't know how to dump the application.
Upvotes: 0
Views: 396
Reputation: 9478
There is also Little Watson, part of the NorthernLights WP7 Toolkit. But Bugsense looks interesting and I'm going to have to check it out. +1
Update: the telerik RadDiagnstic control works great too.
Upvotes: 1
Reputation: 14432
Perhaps these answers on previous questions also about app crashes and dumps can help you further:
Upvotes: 0
Reputation: 39280
Why even bother doing this yourself? There are tools like Bugsense out there that do this perfectly for you.
Upvotes: 2