-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathInstrumentedDemoRunner.launch
More file actions
14 lines (14 loc) · 1.12 KB
/
InstrumentedDemoRunner.launch
File metadata and controls
14 lines (14 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/SamplingVsInstrumentation/src/main/java/de/codecentric/performance/instrument/InstrumentedDemoRunner.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="de.codecentric.performance.instrument.InstrumentedDemoRunner"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="SamplingVsInstrumentation"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-javaagent:${system_property:user.home}\.m2\repository\org\aspectj\aspectjweaver\1.7.4\aspectjweaver-1.7.4.jar"/>
</launchConfiguration>