CLI Reference¶
Usage¶
Run your Python script with debugging tools enabled using the
debug-dojo
command:
You can optionally set configuration, verbose mode, and specify the debugger type. Both script files and modules are supported:
dojo¶
Run a Python script or module with debugging tools installed.
Usage¶
dojo [OPTIONS][TARGET_NAME]
Arguments¶
Name | Description | Required |
---|---|---|
[TARGET_NAME] |
The target script or module to debug. | No |
Options¶
Name | Description | Required | Default |
---|---|---|---|
-c, –config PATH |
Show configuration | No | - |
-d, –debugger [pdb|pudb|ipdb|debugpy] |
Specify the debugger to use | No | - |
-v, –verbose |
Enable verbose output | No | - |
-m, –module |
Run as a module | No | - |
–install-completion |
Install completion for the current shell. | No | - |
–show-completion |
Show completion for the current shell, to copy it or customize the installation. | No | - |
–help |
Show this message and exit. | No | - |
Commands¶
No commands available