PyCharm 2.6 Web Help

2.6+

File | Settings | IDE Settings | Debugger | Python

Ctrl+Alt+SCommand Comma

settings

PyCharm | Preferences | IDE Settings | Debugger | Python

Ctrl+Alt+SCommand Comma

settings

Use this page to configure Python debug options.

Item Description
Attach to subprocess automatically while debugging If this check box is selected, PyCharm will automatically attach all subprocesses of the process being debugged. Thus, if the parent process has subprocesses, their breakpoints will always work.

See Also

Concepts:

Procedures:

Reference:

Web Resources: