From 13d9b93f42f3a09b6f341d8f5d9bc880b1a3f9c4 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 6 Nov 2015 17:56:06 +0100 Subject: [PATCH] Update man page for the --script-debugger option refs #10547 --- doc/icinga2.8 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/icinga2.8 b/doc/icinga2.8 index c92939e3d..f11b37593 100644 --- a/doc/icinga2.8 +++ b/doc/icinga2.8 @@ -51,6 +51,11 @@ Add include search directory. .BI "-x, --log-level" " [ debug | notice | information | warning | critical ]" Specify the log level for the console log, default is .B information. +.TP +.BI "-X, --script-debugger" +Enables the script debugger. When an exception occurs or the 'debugger' keyword +is encountered in a user script Icinga 2 launches the script debugger that +allows the user to debug the script. .SS daemon options The CLI command daemon provides the functionality to start/stop Icinga 2.