Right click on the line number allows to create a conditional breakpoint. It only triggers when the given expression, that you should provide when you create it, is truthy.
Debugging is the process of finding and fixing errors within a script
A breakpoint is a point of code where the debugger will automatically pause the JavaScript execution
We can also pause the code by using the debugger command in it
Such command works only when the development tools are open
Glasp is a social web highlighter that people can highlight and organize quotes and thoughts from the web, and access other like-minded people’s learning.