InspectorConfig

Configuration for the Chrome Devtools inspector connection.

Properties

Link copied to clipboard

Whether to enable the devtools inspector, enabled by default if the chromeInspector DSL block is requested during configuration.

Link copied to clipboard

Host where inspection should mount.

Link copied to clipboard

Whether to show internal sources in the inspector.

Link copied to clipboard
var path: String?

A custom path to be used as connection URL for the inspector.

Link copied to clipboard
var port: Int

Port where inspection should mount.

Link copied to clipboard

A list of directories or ZIP/JAR files representing the source path, used to resolve relative references in inspected code.

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.