Last change
on this file since 32513 was 32381, checked in by floscher, 9 years ago |
[mapillary] Add Gradle task for remote debugging a JOSM instance with the Mapillary plugin
The task starts a JOSM instance (like runJosm does) as soon as a debugger is listening on port 5006.
For ease of use, a launcher for Eclipse is also included, which starts the debugger on the right port.
This patch has been supplied by peterneubauer<peter@…>.
|
File size:
3.2 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <launchConfiguration type="org.eclipse.jdt.launching.remoteJavaApplication">
|
---|
3 | <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
---|
4 | <listEntry value="/JOSM-Mapillary"/>
|
---|
5 | </listAttribute>
|
---|
6 | <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
---|
7 | <listEntry value="4"/>
|
---|
8 | </listAttribute>
|
---|
9 | <stringAttribute key="org.eclipse.debug.core.source_locator_id" value="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector"/>
|
---|
10 | <stringAttribute key="org.eclipse.debug.core.source_locator_memento" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <sourceLookupDirector> <sourceContainers duplicates="false"> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;JOSM&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;classpathContainer path=&quot;GROOVY_SUPPORT&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.classpathContainer"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;classpathContainer path=&quot;GROOVY_DSL_SUPPORT&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.classpathContainer"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;JOSM-Mapillary&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;default/&gt;&#10;" typeId="org.eclipse.debug.core.containerType.default"/> </sourceContainers> </sourceLookupDirector> "/>
|
---|
11 | <stringAttribute key="org.eclipse.debug.ui.ATTR_CONSOLE_ENCODING" value="UTF-8"/>
|
---|
12 | <booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
|
---|
13 | <listAttribute key="org.eclipse.debug.ui.favoriteGroups">
|
---|
14 | <listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
|
---|
15 | </listAttribute>
|
---|
16 | <booleanAttribute key="org.eclipse.jdt.launching.ALLOW_TERMINATE" value="false"/>
|
---|
17 | <mapAttribute key="org.eclipse.jdt.launching.CONNECT_MAP">
|
---|
18 | <mapEntry key="hostname" value="localhost"/>
|
---|
19 | <mapEntry key="port" value="5006"/>
|
---|
20 | </mapAttribute>
|
---|
21 | <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="JOSM-Mapillary"/>
|
---|
22 | <stringAttribute key="org.eclipse.jdt.launching.VM_CONNECTOR_ID" value="org.eclipse.jdt.launching.socketAttachConnector"/>
|
---|
23 | </launchConfiguration>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.