Skip to content

Commit

Permalink
debugger: add help document for watch(index)
Browse files Browse the repository at this point in the history
  • Loading branch information
cola119 committed Jun 19, 2022
1 parent d1af4cb commit 9bcd75c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/debugger/inspect_repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ breakOnNone Don't pause on exceptions (this is the default)
watch(expr) Start watching the given expression
unwatch(expr) Stop watching an expression
unwatch(index) Stop watching an expression at specific index from watch list
watchers Print all watched expressions and their current values
exec(expr), p(expr), exec expr, p expr
Expand Down

0 comments on commit 9bcd75c

Please sign in to comment.