You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/03/19 00:29:48 UTC

[royale-asjs] branch develop updated: example of how to debug ant task

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 83c355e  example of how to debug ant task
83c355e is described below

commit 83c355e19ffe8f8600e53d2e72b53cad160a5db5
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sun Mar 18 17:29:33 2018 -0700

    example of how to debug ant task
---
 frameworks/projects/Core/src/test/royale/build.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/frameworks/projects/Core/src/test/royale/build.xml b/frameworks/projects/Core/src/test/royale/build.xml
index 1853d2c..5ce78b6 100644
--- a/frameworks/projects/Core/src/test/royale/build.xml
+++ b/frameworks/projects/Core/src/test/royale/build.xml
@@ -112,6 +112,11 @@
             file="${basedir}/FlexUnitRoyaleApplication.mxml"
             output="${basedir}/FlexUnitRoyaleApplication.swf">
             <jvmarg line="${mxmlc.jvm.args}"/>
+            <!--
+            <jvmarg value="-Xdebug" />
+            <jvmarg value="-Xnoagent" />
+            <jvmarg value="-Xrunjdwp:transport=dt_socket,address=8763,server=y,suspend=y" />
+             -->
             <arg value="-debug" />
             <arg value="-compiler.targets=SWF" />
             <arg value="+playerglobal.version=${playerglobal.version}" />

-- 
To stop receiving notification emails like this one, please contact
aharui@apache.org.