]> granicus.if.org Git - icinga2/commitdiff
Docs: Add Windows debugging
authorMichael Friedrich <michael.friedrich@icinga.com>
Fri, 30 Aug 2019 12:04:40 +0000 (14:04 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Fri, 30 Aug 2019 12:04:40 +0000 (14:04 +0200)
doc/21-development.md

index 82bbe8d6d21b760b9419118f5bc02cb1ac13bdc7..d59b735e839f49d5131a0f2d9981869c94849236 100644 (file)
@@ -405,6 +405,20 @@ Up/down in stacktrace:
 > down
 ```
 
+
+### Debug on Windows <a id="development-debug-windows"></a>
+
+
+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 <a id="development-tests"></a>
 
 ### Snapshot Packages (Nightly Builds) <a id="development-tests-snapshot-packages"></a>