diff --git a/doc/api/debugger.md b/doc/api/debugger.md index 6544e01238ce61..912b08f236c741 100644 --- a/doc/api/debugger.md +++ b/doc/api/debugger.md @@ -237,6 +237,10 @@ added: - v26.1.0 - v24.16.0 changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/64328 + description: Add per-probe `--cond ` option to only record a hit when the + condition is truthy at the probe location. - version: v26.4.0 pr-url: https://github.com/nodejs/node/pull/63704 description: Add per-probe `--max-hit ` option to limit evaluated hits and finish @@ -269,8 +273,8 @@ printf-style debugging without having to modify the application code and clean up afterwards. It also supports structured JSON output for tool use. ```console -$ node inspect --probe :[:] --expr [--max-hit ] - [--probe :[:] --expr [--max-hit ] ...] +$ node inspect --probe :[:] --expr [--cond ] [--max-hit ] + [--probe :[:] --expr [--cond ] [--max-hit ] ...] [--json] [--preview] [--timeout=] [--port=] [--] [ ...]