RemoteDebuggingBlock

abstract class RemoteDebuggingBlock @Inject constructor(providers: ProviderFactory) : ExtensionAware(source)

Configuration for remote debugging.

Constructors

Link copied to clipboard
@Inject
constructor(providers: ProviderFactory)

Properties

Link copied to clipboard
abstract val enabled: Property<Boolean>

When true, enables remote debugging on the Kobweb server.

Link copied to clipboard
@get:Internal
abstract val extensions: ExtensionContainer?
Link copied to clipboard
abstract val host: Property<String>

The network interface host the JDWP debugging agent will bind to.

Link copied to clipboard
abstract val port: Property<Int>

The port to use for remote debugging.