diff --git a/doc/api/cli.md b/doc/api/cli.md index e40ddada742bbe..846951edabccf2 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -107,6 +107,20 @@ added: v0.11.14 Throw errors for deprecations. +### `--debug=` + + +listen for debugger commands on user specified port. If port is not specified e.g `--debug` then use 5858 as default. + +### `--debug-brk=` + + +same as --debug but break on first line waiting for a client to connect. + ### `--no-warnings`