20 lines
961 B
Plaintext
20 lines
961 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<launchConfiguration type="org.eclipse.jdt.launching.remoteJavaApplication">
|
||
|
<booleanAttribute key="org.eclipse.jdt.launching.ALLOW_TERMINATE" value="false"/>
|
||
|
<mapAttribute key="org.eclipse.jdt.launching.CONNECT_MAP">
|
||
|
<mapEntry key="port" value="8787"/>
|
||
|
<mapEntry key="hostname" value="localhost"/>
|
||
|
</mapAttribute>
|
||
|
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
||
|
<listEntry value="4"/>
|
||
|
</listAttribute>
|
||
|
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="serverRoot"/>
|
||
|
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
|
||
|
<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
|
||
|
</listAttribute>
|
||
|
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
||
|
<listEntry value="/serverRoot"/>
|
||
|
</listAttribute>
|
||
|
<stringAttribute key="org.eclipse.jdt.launching.VM_CONNECTOR_ID" value="org.eclipse.jdt.launching.socketAttachConnector"/>
|
||
|
</launchConfiguration>
|