Configuration for the Chrome Devtools inspector connection.
Whether to enable the devtools inspector, enabled by default if the chromeInspector DSL block is requested during configuration.
chromeInspector
Host where inspection should mount.
Whether to show internal sources in the inspector.
A custom path to be used as connection URL for the inspector.
Port where inspection should mount.
A list of directories or ZIP/JAR files representing the source path, used to resolve relative references in inspected code.
Whether to suspend execution at the first source line. Defaults to false
false
Whether to wait until the inspector is attached before executing any code. Defaults to false.