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.
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. |
var extraInformation: String
Text that should be displayed in the console output right before JOSM is started up. Defaults to the empty string. |