I'm trying to debug an app on my device, but when I hit an exception, it's fatal and crashes the app.
I'd like to simply reattach the debugger and keep going rather than wait the 60+ seconds for the app to redeploy. Is there a way to do this?
I'm currently doing all of my development in Visual Studio.