Skip to content

Commit 9bcd75c

Browse files
committed
debugger: add help document for watch(index)
1 parent d1af4cb commit 9bcd75c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/debugger/inspect_repl.js

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ breakOnNone Don't pause on exceptions (this is the default)
9292
9393
watch(expr) Start watching the given expression
9494
unwatch(expr) Stop watching an expression
95+
unwatch(index) Stop watching an expression at specific index from watch list
9596
watchers Print all watched expressions and their current values
9697
9798
exec(expr), p(expr), exec expr, p expr

0 commit comments

Comments
 (0)