TrinoDebugConfig interface

Trino debug configuration.

Properties

enable

The flag that if enable debug or not.

port

The debug port.

suspend

The flag that if suspend debug or not.

Property Details

enable

The flag that if enable debug or not.

enable?: boolean

Property Value

boolean

port

The debug port.

port?: number

Property Value

number

suspend

The flag that if suspend debug or not.

suspend?: boolean

Property Value

boolean