L2 GameServer.launch 1.5 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
  3. <booleanAttribute key="yk-capture-cpu-on-exit" value="false"/>
  4. <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="net.sf.l2j.Server"/>
  5. <intAttribute key="yk-mem-threshold" value="0"/>
  6. <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx512m"/>
  7. <listAttribute key="org.eclipse.debug.ui.favoriteGroups">
  8. <listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
  9. <listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
  10. <listEntry value="org.eclipse.debug.ui.launchGroup.profile"/>
  11. </listAttribute>
  12. <booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
  13. <stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="C:\Program Files\L2server\l2j C3"/>
  14. <stringAttribute key="org.eclipse.debug.ui.target_run_perspective" value="perspective_default"/>
  15. <booleanAttribute key="yk-disable-counts" value="false"/>
  16. <booleanAttribute key="yk-disable-alloc" value="false"/>
  17. <booleanAttribute key="yk-capture-memory-on-exit" value="false"/>
  18. <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="L2_GameServer"/>
  19. <stringAttribute key="org.eclipse.debug.ui.target_debug_perspective" value="perspective_default"/>
  20. <booleanAttribute key="yk-launch-ui" value="true"/>
  21. <booleanAttribute key="yk-startup-with-object-allocations" value="false"/>
  22. <booleanAttribute key="org.eclipse.jdt.launching.STOP_IN_MAIN" value="true"/>
  23. </launchConfiguration>