PyCharm 2.7.0 Web Help

In this section:

To create a breakpoint in the editor
  1. Place the caret on the desired line of the source code.
  2. Do one of the following:
    • Click the left gutter area at a line where you want to toggle a breakpoint.
    • On the main menu, choose Run | Toggle Line Breakpoint.
    • Press Ctrl+F8Ctrl+F8.
To create a breakpoint using the Breakpoints dialog box
  1. In the Breakpoints dialog box, click add.
  2. From the drop-down list, select the type of breakpoint:

    py_create_exception_breakpoint

To remove a breakpoint, do one of the following
  • In the Breakpoints dialog box, select the desired line breakpoint, and click delete.
  • In the editor, locate the line with the line breakpoint to be deleted, and click its icon in the left gutter.

See Also

Concepts:

Reference:

Web Resources: