CLion 2016.1 Help

Python Debugger

File | Settings | Build, Execution, Deployment | Python Debugger for Windows and Linux
CLion | Preferences | Build, Execution, Deployment | Python Debugger for OS X
Ctrl+Alt+S

settings

Use this page to configure C/C++ debug options.

ItemDescription
Attach to subprocess automatically while debuggingIf this check box is selected, CLion will automatically attach all subprocesses of the process being debugged. Thus, if the parent process has subprocesses, their breakpoints will always work.
Collect run-time types information for code insightIf this check box is selected, the types of function calls are preserved during debugging, and passed to the type checker.
Clear cachesClick this button to remove information about the types of arguments, collected at run time.
Gevent compatibleIf this check box is selected, the debugger will be compatible with the Gevent-monkeypatched code.
PyQt compatibleIf PyQt is installed on the interpreter, but is not imported in the application code, some import errors may occur. Unchecking this option fixes these errors.

See Also

Procedures:

Last modified: 20 July 2016