Skip to content

Commit e46037a

Browse files
committedAug 1, 2010
Reminder comment for how to set RUBYOPT while debugging and profiling in NetBeans.
1 parent 9771a2b commit e46037a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎netbeans-ant.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
<jvmarg value="-Djruby.lib=${lib.dir}"/>
8787
<jvmarg value="-Djruby.shell=/bin/sh"/>
8888
<jvmarg value="-Djruby.script=jruby"/>
89+
<!--
90+
<env key="RUBYOPT" value=""/>
91+
-->
8992
<arg line="${jruby.args}"/>
9093
</java>
9194
</target>
@@ -119,7 +122,10 @@
119122
<jvmarg value="-Djruby.lib=${lib.dir}"/>
120123
<jvmarg value="-Djruby.shell=/bin/sh"/>
121124
<jvmarg value="-Djruby.script=jruby"/>
125+
<!--
126+
<env key="RUBYOPT" value=""/>
127+
-->
122128
<arg line="${jruby.args}"/>
123129
</java>
124-
</target>
130+
</target>
125131
</project>

0 commit comments

Comments
 (0)
Please sign in to comment.