DebuggerConfig

Configuration class for managing debugger-specific settings.

This class extends the base FeatureConfig to enable the configuration of debugger-related parameters. It allows setting and retrieving the port number used by the debugger.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val port: Int?

The port number used by the debugger.

Functions

Link copied to clipboard
Link copied to clipboard
fun setPort(port: Int)

Sets the port number to be used by the debugger.