Skip to content

Commit

Permalink
[doc] debugger: document setBreakpoint(line)
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Dec 19, 2011
1 parent 5c430aa commit ba742bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/debugger.markdown
Expand Up @@ -98,6 +98,7 @@ prints the active watchers. To remove a watcher, type
#### Breakpoints

* `setBreakpoint()`, `sb()` - Set breakpoint on current line
* `setBreakpoint(line)`, `sb(line)` - Set breakpoint on specific line
* `setBreakpoint('fn()')`, `sb(...)` - Set breakpoint on a first statement in
functions body
* `setBreakpoint('script.js', 1)`, `sb(...)` - Set breakpoint on first line of
Expand Down

0 comments on commit ba742bb

Please sign in to comment.