Skip to content

Commit

Permalink
doc: add information on unwatch(index) option
Browse files Browse the repository at this point in the history
  • Loading branch information
Dailyscat committed Mar 4, 2023
1 parent 4c23c90 commit f52a538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ debug>
after)
* `watch(expr)`: Add expression to watch list
* `unwatch(expr)`: Remove expression from watch list
* `unwatch(index)`: Remove expression at specific index from watch list
* `watchers`: List all watchers and their values (automatically listed on each
breakpoint)
* `repl`: Open debugger's repl for evaluation in debugging script's context
Expand Down

0 comments on commit f52a538

Please sign in to comment.