core.debug ========== Setup middlewared for remote debugging. engine currently used: - REMOTE_PDB: Remote vanilla PDB (over TCP sockets) options: - bind_address: local ip address to bind the remote debug session to - bind_port: local port to listen on - threaded: run debugger in a new thread instead of the main event loop .. raw:: html
Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: options

options

Type: object

CoreDebugArgs parameters.

No Additional Properties

Bind Address

Type: string Default: "0.0.0.0"

IP address to bind the debug server to.

Bind Port

Type: integer Default: 3000

Port number to bind the debug server to.

Threaded

Type: boolean Default: false

Whether to enable threaded debugging support.

Result

Type: null

Returns null when the debug server is successfully started.



*Required roles:* FULL_ADMIN