gradle-josm-plugin / org.openstreetmap.josm.gradle.plugin.task / DebugJosm

DebugJosm

open class DebugJosm : RunJosmTask

The same as RunJosmTask, but the JOSM instance is debuggable via JDWP (Java debug wire protocol) on the port configured at JosmPluginExtension.debugPort.

Constructors

<init>

DebugJosm(prefFile: File, cleanTask: CleanJosm, updatePluginsTask: Sync)

The same as RunJosmTask, but the JOSM instance is debuggable via JDWP (Java debug wire protocol) on the port configured at JosmPluginExtension.debugPort.

Inherited Properties

extraInformation

var extraInformation: String

Text that should be displayed in the console output right before JOSM is started up. Defaults to the empty string.