From: Michael Friedrich Date: Fri, 30 Aug 2019 12:04:40 +0000 (+0200) Subject: Docs: Add Windows debugging X-Git-Tag: v2.11.0~1^2~19^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e56de3f55fa80c48b4e8fc1f5885b7827f51cd6c;p=icinga2 Docs: Add Windows debugging --- 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)