RemoteDebuggingBlock

abstract class RemoteDebuggingBlock : ExtensionAware(source)

Configuration for remote debugging.

Constructors

Link copied to clipboard
constructor()

Properties

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

When true, enables remote debugging on the Kobweb server.

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

The port to use for remote debugging.

Functions

Link copied to clipboard
@Internal
abstract fun getExtensions(): ExtensionContainer