Skip to content

Commit 8bfa2be

Browse files
committed
NetBeans project: set default debugging class
1 parent f134c6c commit 8bfa2be

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

nbactions.xml

+15
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,19 @@
1414
<exec.executable>java</exec.executable>
1515
</properties>
1616
</action>
17+
<action>
18+
<actionName>debug</actionName>
19+
<packagings>
20+
<packaging>jar</packaging>
21+
</packagings>
22+
<goals>
23+
<goal>process-classes</goal>
24+
<goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal>
25+
</goals>
26+
<properties>
27+
<exec.args>-agentlib:jdwp=transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath de.thomas_oster.visicut.gui.VisicutApp</exec.args>
28+
<exec.executable>java</exec.executable>
29+
<jpda.listen>true</jpda.listen>
30+
</properties>
31+
</action>
1732
</actions>

0 commit comments

Comments
 (0)