mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 02:36:24 -04:00
add eclipse debug configuration, on port 8700
to debug, launch the Dalvik Debug Monitor Server: kiwix-kiwix/android$ ../src/dependencies/android-sdk/sdk/tools/monitor &
This commit is contained in:
parent
773513e195
commit
c6e3de46f9
16
.settings/KiwixMobileActivity.launch
Normal file
16
.settings/KiwixMobileActivity.launch
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<launchConfiguration type="org.eclipse.jdt.launching.remoteJavaApplication">
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
||||
<listEntry value="/KiwixMobileActivity"/>
|
||||
</listAttribute>
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
||||
<listEntry value="4"/>
|
||||
</listAttribute>
|
||||
<booleanAttribute key="org.eclipse.jdt.launching.ALLOW_TERMINATE" value="false"/>
|
||||
<mapAttribute key="org.eclipse.jdt.launching.CONNECT_MAP">
|
||||
<mapEntry key="hostname" value="localhost"/>
|
||||
<mapEntry key="port" value="8700"/>
|
||||
</mapAttribute>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="KiwixMobileActivity"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.VM_CONNECTOR_ID" value="org.eclipse.jdt.launching.socketAttachConnector"/>
|
||||
</launchConfiguration>
|
Loading…
x
Reference in New Issue
Block a user