# 5.2.3.分析.dmp file

* 1.[開啟dmp file](https://jenhsuan.gitbooks.io/debugging-tools-experience/content/chapter3-windbg/32she-ding-project-ji-symbol-path.html)後, 在視窗下方的命令列輸入!analyze -v

![](https://github.com/jenhsuan/debugging-tools-experience/tree/91ad7a157f155ea77065c5600800bb4627bd1ae2/assets/螢幕快照%202017-06-15%20下午5.58.54.png)

* 2.視窗將會顯示分析後的報表

![](https://github.com/jenhsuan/debugging-tools-experience/tree/91ad7a157f155ea77065c5600800bb4627bd1ae2/assets/螢幕快照%202017-06-15%20下午6.04.47.png)

* 3.這個分析真正重要的地方是, 我們將可以知道程式之所以當掉是因為哪個function中有問題, 如下圖所示

![](https://github.com/jenhsuan/debugging-tools-experience/tree/91ad7a157f155ea77065c5600800bb4627bd1ae2/assets/螢幕快照%202017-06-15%20下午6.04.54.png)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jen-hsuan-hsieh.gitbook.io/debugging-tools-experience/422chu-cuo-gong-ju/chapter3-windbg/33fen-6790-dmp-file.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
