diff --git a/doc/21-development.md b/doc/21-development.md index 82bbe8d6d..d59b735e8 100644 --- a/doc/21-development.md +++ b/doc/21-development.md @@ -405,6 +405,20 @@ Up/down in stacktrace: > down ``` + +### Debug on Windows + + +Whenever the application crashes, the Windows error reporting (WER) can be [configured](https://docs.microsoft.com/en-gb/windows/win32/wer/collecting-user-mode-dumps) +to create user-mode dumps. + + +Tail the log file with Powershell: + +``` +Get-Content .\icinga2.log -tail 10 -wait +``` + ## Test Icinga 2 ### Snapshot Packages (Nightly Builds)