This commit is contained in:
Marco Rossignoli 2022-08-17 09:59:51 +02:00 коммит произвёл GitHub
Родитель 7ab9177c0e
Коммит b29acd1766
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -247,7 +247,7 @@ Note: these logs could contain sensitive information (paths, project name...). M
## Use procdump https://docs.microsoft.com/it-it/sysinternals/downloads/procdump on Windows
Sometimes is not possible take the dump using test platform tool because the crash happen before we're able to attach to the process to take the dump self. In that situation we need a way to register for dump at process startup level.
Sometimes it's not possible to take the dump using test platform tool because the crash happen before we're able to attach to the process to take the dump self. In that situation we need a way to register for dump at process startup level.
To achieve it we can use procdump that will install machine wide Just-in-time (AeDebug) debugger.
```bash
PS C:\tools\Procdump> .\procdump.exe -i C:\tools\Procdump\dumps