Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
Mention debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-ie committed Jul 26, 2016
1 parent b32a3bc commit d3df82a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/js-debugging-ARTICLE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ Notice too that as you progress through the program, the page in the browser is
</figcaption>
</figure>

Another thing you can try is to insert the statement `debugger` anywhere in your program. This has the same effect as setting a breakpoint: the program will stop at the line you specify.


## Resources

Expand Down

0 comments on commit d3df82a

Please sign in to comment.