Windows Debug Question
-
My standalone app hangs in Windows very occasionally - I've tracked down the AppHang WER file but it doesn't seem to contain much useful information.
I'm used to looking at OSX crash reports and this WER looks very different to what I was hoping for so I'm wondering if a hung application is not of much value to debugging?!
-
@DanH Debug inside Visual Studio - I'm sure there are some videos on YouTube that will help you get familiar with the debug tools.
-
@d-healey as in run it from within VS? Can I do the same in XCode?
-
Yes and yes.