DebugAdapterConfig

Configuration for the Debug Adapter Protocol (DAP) connection.

Properties

Link copied to clipboard

Whether to enable the DAP host, enabled by default if the debugAdapterProtocol DSL block is requested during configuration.

Link copied to clipboard

Host where inspection should mount.

Link copied to clipboard
var port: Int

Port where inspection should mount.

Link copied to clipboard

Whether to suspend execution at the first source line. Defaults to false

Link copied to clipboard

Whether to wait until the inspector is attached before executing any code. Defaults to false.