Controlling program execution and working with breakpoints

When debugging server-side JavaScript, you can control program execution by using breakpoints, or by issuing run and step commands.
To learn more about these actions, see the related topics.
Related tasks
Using breakpoints
Running
Stepping through a program

Feedback