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

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: options

options

Type: object
No Additional Properties

Bind Address

Type: string Default: "0.0.0.0"

Bind Port

Type: integer Default: 3000

Threaded

Type: boolean Default: false

Result

Type: null


Required roles: FULL_ADMIN