We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1af4cb commit 9bcd75cCopy full SHA for 9bcd75c
lib/internal/debugger/inspect_repl.js
@@ -92,6 +92,7 @@ breakOnNone Don't pause on exceptions (this is the default)
92
93
watch(expr) Start watching the given expression
94
unwatch(expr) Stop watching an expression
95
+unwatch(index) Stop watching an expression at specific index from watch list
96
watchers Print all watched expressions and their current values
97
98
exec(expr), p(expr), exec expr, p expr
0 commit comments