PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Debug tool window

Last modified: 24 October 2024

When you start a debugger session, the Debug tool window opens. Use this window to control the debugger session, view and analyze the program data (frames, variables, and so on), and perform debugger actions.

By default, the Debug tool window opens when your program hits a breakpoint and is not hidden when the session is terminated. To change this behavior, go to the Build, Execution, Deployment | Debugger page of settings  CtrlAlt0S and clear the Show debug window on breakpoint checkbox.

Debug tool window overview
  1. Sessions tabs

  2. Debugger console tab

  3. Variables and watches

  4. Frames

  5. Debugger toolbar