How to Analyze a crash report for your C++ Windows Phone App
0 comments
/
posted by
Silverlight Show
on
Jun 17, 2014 (3 weeks ago)
Read original post at Rob Irving's Blog The Windows Phone dev center allows you to view crash reports for all of your Windows Phone apps. For C# apps the feature works great, it allows you to see a full stack trace of the exception which should give you enough information to fix the crash. With C++ Apps the stack trace only gives you the memory address of where the exception occurs though. In this ...