PyCharm 2.7.2 Web Help

This section describes the procedures that are common for the various types of applications.

For the details related to debugging applications in the supported frameworks, refer to Language and Framework-Specific Guidelines

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

See Also

Concepts:

Web Resources: