The debugging package contains code to facilitate debugging of Python code
-
See the Python-Debugging topic for more information
Functions
|
Function |
Parameters |
Return Value |
Description |
|---|---|---|---|
|
ask_for_password |
|
Password string or None |
Asks the user for a password to use for identification of remote debugging instances |
|
start_remote_debugger |
password: Password to identify the remote debugger
|
|
Start the remote Python debugger ( |
|
pycharm.activate_debugger |
host: Given host port: Given port |
|
Example:
|
Tip:
-
By default the debugee will wait 30 seconds for the debugger to connect. You can change this in the global
debugger_timeoutsetting