Skip to content

Commit 8e8102d

Browse files
committed
Added debug mode for macox. Sets the spawn value to false.
1 parent 4805fea commit 8e8102d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/build.xml

+4
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,10 @@
217217
<exec executable="macosx/work/Arduino.app/Contents/MacOS/JavaApplicationStub" spawn="true"/>
218218
</target>
219219

220+
<target name="macosx-debug" depends="macosx-build" description="Run Mac OS X version">
221+
<exec executable="macosx/work/Arduino.app/Contents/MacOS/JavaApplicationStub" spawn="false"/>
222+
</target>
223+
220224
<target name="macosx-dist" if="macosx" depends="macosx-build" description="Create a .dmg of the Mac OS X version">
221225
<!-- now build the dmg -->
222226
<gunzip src="macosx/template.dmg.gz" dest="macosx/working.dmg" />

0 commit comments

Comments
 (0)