This commit is contained in:
Wen-Jun Zhang 2021-07-05 19:23:06 +08:00 коммит произвёл GitHub
Родитель ec779d6bec
Коммит d98672fea8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -132,43 +132,53 @@ The following are several sample commands that uses the tool with Kudu debug con
![image](https://user-images.githubusercontent.com/32285008/122183087-79a61380-cebd-11eb-9276-a34d6ccf1e05.png)
2) Monitor and display exceptions
![image](https://user-images.githubusercontent.com/32285008/121565037-a934c600-ca4e-11eb-9f3d-f287933ed944.png)
3) Capture a manual dump
![image](https://user-images.githubusercontent.com/32285008/121565536-19434c00-ca4f-11eb-9312-e4e8f6086c4b.png)
4) Capture two exception dumps based on filter string.
![image](https://user-images.githubusercontent.com/32285008/121566060-b56d5300-ca4f-11eb-8ff3-5caca299f0b8.png)
5) Exclude/filter uninterested exceptions based on specified strings delimited with '|'
![image](https://user-images.githubusercontent.com/32285008/121568609-7391dc00-ca52-11eb-83d6-696c973e4a06.png)
6) Collect dump based on specified address of breakpoint.
![image](https://user-images.githubusercontent.com/32285008/122042223-769f1a80-ce0c-11eb-9529-8c5ca17c6b02.png)
7) Skip the first 3 SqlException. Capture two memory dumps for the 4th and 5th ones and specify output path to: c:\home\dump.
![image](https://user-images.githubusercontent.com/32285008/122184337-b32b4e80-cebe-11eb-88f5-cf91a546e8c5.png)
8) Use -de 'Dump for each' option to capture dumps for 3 different exception types: SqlException, InvalidOperationException and ServiceOperationsProviderException.
![image](https://user-images.githubusercontent.com/32285008/122683703-89ae5200-d233-11eb-8d6d-5676ef170f83.png)
9) Use SmartDump to write a log of exceptions for your site.
![image](https://user-images.githubusercontent.com/32285008/122149025-fd480c00-ce8d-11eb-8ae9-650f4367ecf3.png)
![image](https://user-images.githubusercontent.com/32285008/122149126-28326000-ce8e-11eb-9b6a-cee89a2d77bd.png)
10) Capture against process of onpromise environment
![image](https://user-images.githubusercontent.com/32285008/121570281-4f36ff00-ca54-11eb-8089-df7fb2e14924.png)
# Project
> This repo has been populated by an initial template to help get you started. Please