Re: how flexjs just get js-debug?

2016-04-14 Thread lizhi
thanks it is work,try is to make -debug=true the first option on the 
command-line instead of the last



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-js-debug-tp52303p52369.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: how flexjs just get js-debug?

2016-04-14 Thread Alex Harui
Can you post the console output somewhere?  I'm wondering if you have an
environment variable set that could call an older version of the compiler
that is installed somewhere else on your system.

Another thing to try is to make -debug=true the first option on the
command-line instead of the last.

-Alex

On 4/14/16, 8:22 PM, "lizhi"  wrote:

>i have test the dev build,
>but not work.and it out release
>
>set FLEX_HOME=d:/sdk/flexjs7
>set main=TestHungryHero
>start %FLEX_HOME%/js/bin/mxmlc
>-external-library-path="%FLEX_HOME%\js\libs\js.swc"
>-compiler.source-path=../src src/%main%.as -remove-circulars
>-define=CONFIG::as_only,false -define=CONFIG::js_only,true -debug=true
>pause
>
>
>
>
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-j
>s-debug-tp52303p52365.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: how flexjs just get js-debug?

2016-04-14 Thread lizhi
i have test the dev build,
but not work.and it out release

set FLEX_HOME=d:/sdk/flexjs7
set main=TestHungryHero
start %FLEX_HOME%/js/bin/mxmlc
-external-library-path="%FLEX_HOME%\js\libs\js.swc"
-compiler.source-path=../src src/%main%.as -remove-circulars
-define=CONFIG::as_only,false -define=CONFIG::js_only,true -debug=true
pause




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-js-debug-tp52303p52365.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: how flexjs just get js-debug?

2016-04-14 Thread Alex Harui
OK, the nightly build seems to be working.

By default, the command line still makes the release version so to just
get a debug version, add -debug=true

-Alex

On 4/13/16, 12:05 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala"
 wrote:

>I dont think there is a command line option.  I believe Alex's solution
>would be command line based.
>
>Thanks,
>Om
>
>On Tue, Apr 12, 2016 at 11:31 PM, lizhi  wrote:
>
>> it is have the command line ,this function?
>> i am not use the fdt,i now use the bat.
>>
>>
>>
>> --
>> View this message in context:
>> 
>>http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-
>>js-debug-tp52303p52309.html
>> Sent from the Apache Flex Development mailing list archive at
>>Nabble.com.
>>



Re: how flexjs just get js-debug?

2016-04-13 Thread OmPrakash Muppirala
I dont think there is a command line option.  I believe Alex's solution
would be command line based.

Thanks,
Om

On Tue, Apr 12, 2016 at 11:31 PM, lizhi  wrote:

> it is have the command line ,this function?
> i am not use the fdt,i now use the bat.
>
>
>
> --
> View this message in context:
> http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-js-debug-tp52303p52309.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>


Re: how flexjs just get js-debug?

2016-04-13 Thread lizhi
it is have the command line ,this function?
i am not use the fdt,i now use the bat.



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-js-debug-tp52303p52309.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: how flexjs just get js-debug?

2016-04-12 Thread OmPrakash Muppirala
Lizhi,

If you use the FDT IDE [1], it already supports this feature.  The
community edition (free) supports FlexJS/FalconJX

Thanks,
Om

[1] http://fdt.powerflasher.com/buy-download/

On Tue, Apr 12, 2016 at 10:49 PM, lizhi  wrote:

> thanks.
> nice.
> pls let me know,if it complete
>
>
>
> --
> View this message in context:
> http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-js-debug-tp52303p52307.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>


Re: how flexjs just get js-debug?

2016-04-12 Thread lizhi
thanks.
nice.
pls let me know,if it complete



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-js-debug-tp52303p52307.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: how flexjs just get js-debug?

2016-04-12 Thread Alex Harui
Funny, I was working on that just now.  Hopefully I will have something
tomorrow.

-Alex

On 4/12/16, 10:45 PM, "lizhi"  wrote:

>hi,
>bcs the get js-debug and js-release have a lot of time to do.
>so,i sometimes just get the js-debug,to test.not need get js-release evary
>time.
>it will save the build time.
>thanks.
>
>
>
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-j
>s-debug-tp52303p52305.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: how flexjs just get js-debug?

2016-04-12 Thread lizhi
hi,
bcs the get js-debug and js-release have a lot of time to do.
so,i sometimes just get the js-debug,to test.not need get js-release evary
time.
it will save the build time.
thanks.



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-js-debug-tp52303p52305.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: how flexjs just get js-debug?

2016-04-12 Thread Harbs
Hi Lizhi,

I’m not sure what you are asking. Are you asking how to enable the source 
debugging via the source maps which Josh is working on? If yes, I was wondering 
the same thing. I’m not sure if it’s ready for use.

On Apr 13, 2016, at 8:38 AM, lizhi  wrote:

> 
> 
> 
> 
> --
> View this message in context: 
> http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-js-debug-tp52303.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.