Setting Breakpoints and Inspecting Scope

Breakpoints allow you to pause execution of your code at a specific point and inspect the values of any variables that are currently in scope.




Complete and Continue