From e56de3f55fa80c48b4e8fc1f5885b7827f51cd6c Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 30 Aug 2019 14:04:40 +0200 Subject: [PATCH] Docs: Add Windows debugging --- doc/21-development.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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)