[UWP]如何分析UWP崩溃转储? [英] [UWP]how to analysis UWP crash dumps?

查看:91
本文介绍了[UWP]如何分析UWP崩溃转储?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

应用程序是用.NET Native编译的,在哪里获取.NET Native pdb文件?


如何配置Windbg以便我可以专注于崩溃问题。

解决方案

嗨  HaoPeng,


文档调试UWP应用程序,并且还引用了使用Wi崩溃
转储分析ndows调试器(WinDbg)


祝你好运,


Breeze


the app is compiled with .NET Native, where to get .NET Native pdb files?

how to get Windbg configured so I can focus on crashing problems.

解决方案

Hi HaoPeng,

Welcome to the Developing Universal Windows apps forum! Please utilize tagging when posting to this forum, thanks!

>>the app is compiled with .NET Native, where to get .NET Native pdb files?

When you create your app package, you should select the "Include full PDB symbol files..." check box as the following picture, see Create an app package to get more info.

Then you can get the PDB file in your own UWP app .appxupload file. The simplest way is changing the .appxupload file to .zip file and unzip it to get the .appxsym file of the specific Architecture, then change your app .appxsym file to .zip file too and unzip it, you will see the .pdb file.

Besides, if you have upload your app to the dev center, you can download the pdb file from your app's App management tab in the dev center as the following image,

>>how to get Windbg configured so I can focus on crashing problems.

You can read the Debugging a UWP app using WinDbg document and also have a reference to the Crash dump analysis using the Windows debuggers (WinDbg).

Best regards,

Breeze


这篇关于[UWP]如何分析UWP崩溃转储?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆