WebStorm 6.0.1 Web Help

WebStorm provides a complete range of facilities to debug source code:

To debug an application, perform the following general steps
  1. Configure debugger options.
  2. Define a run/debug configuration for the application to be debugged.
  3. Create breakpoints in the source code.
  4. Launch the debugging session.
  5. During the debugger session, step through the breakpoints, examine a suspended program, evaluate expressions, change values on-the-fly, and set watches.

See Also

Concepts:

Reference:

Web Resources: