From d3637484248e44bee550a8a7fe52e3c47c882a84 Mon Sep 17 00:00:00 2001 From: Andrea Date: Wed, 26 Oct 2022 08:47:12 +0200 Subject: [PATCH] docs: add debug options (#562) * improve start help - add doc for debug - add doc for debugPort * improve start help for ispector - add doc for debug - add doc for debugPort --- help/start.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/help/start.txt b/help/start.txt index ab18a230..84b642da 100644 --- a/help/start.txt +++ b/help/start.txt @@ -52,6 +52,12 @@ OPTS -g, --close-grace-delay The maximum amount of time before forcefully closing pending requests (default to 500 ms) + -d, --debug + Start Fastify app in debug mode with nodejs inspector + + -I, --debug-port + Set the inspector port (default to 9320) + -h, --help Show this help message