[flexcoders] Info on debug

2005-04-29 Thread [EMAIL PROTECTED]
Hi,
i have read CHAPTER 33: Debugging Flex Applications , but i don't 
understand because don't work.
I'm using trace into my ActionScript class, here my mm.cfg

ProfilingOutputFileEnable=0
ProfilingOutputDirectory={path to directory where profiler.war is 
deployed}\WEB-INF\ProfilerData
FrameProfilingEnable=0
ProfileFunctionEnable=1
TraceOutputFileEnable=1
ErrorReportingEnable=1
TraceOutputFileName=c:\flashlog.txt 
TraceOutputFileEnable=1
ErrorReportingEnable=1
SuppressDebuggerDialog=1
TraceLocationEnable=1

this file i have put it in c:\programmi\macromedia\flex\bin?  i have set 
all value in my flex config file.
If possibile i won't use fdb, if possibile, for will be ok only print 
the var content into my TraceOutputFileName.
i'm trying to use
http://localhost:8000/jportal/view/shop/banco.mxml?debug=true and my 
IExplorer prompt the debug window, i choose the localhost but Flash 
Player debug return me canno't connect debugger.
If i use fdb start http://localhost:8000/jportal/view/shop/banco.mxml 
debugger start

fdb
start http://localhost:8000/jportal/view/shop/banco.mxml
continue

But my trace don't display nothing, also because my app don't run, all 
interaction with button or amf don't work.
surely i mistake anything,  but i wish only to print some value of my 
ActionScript class into console or file, i don't interest me put 
breakpoint or other, only to see the value of my var.
Can you help me
Devis



  





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Info on debug

2005-04-29 Thread Peter Farland
On windows, mm.cfg goes in your user directory... by default this will
be somewhere like:

C:\Documents and Settings\yourloginname\mm.cfg

The output file, flashlog.txt, contains messages from the debug version
of the Flash Player including any trace() statements you add to your own
ActionScript code.

I use cygwin and run the tail command to keep a console window open to
watch updates to flashlog.txt. You may want to creat a shortcut to
conveniently run the following command:

C:\cygwin\bin\tail.exe -0f C:\flashlog.txt

(-f means follow, but -0f follows from the end of the file so that it
looks like a fresh session when you open it despite whether the log is
empty or not)


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Friday, April 29, 2005 5:32 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Info on debug

Hi,
i have read CHAPTER 33: Debugging Flex Applications , but i don't 
understand because don't work.
I'm using trace into my ActionScript class, here my mm.cfg

ProfilingOutputFileEnable=0
ProfilingOutputDirectory={path to directory where profiler.war is 
deployed}\WEB-INF\ProfilerData
FrameProfilingEnable=0
ProfileFunctionEnable=1
TraceOutputFileEnable=1
ErrorReportingEnable=1
TraceOutputFileName=c:\flashlog.txt 
TraceOutputFileEnable=1
ErrorReportingEnable=1
SuppressDebuggerDialog=1
TraceLocationEnable=1

this file i have put it in c:\programmi\macromedia\flex\bin?  i have set

all value in my flex config file.
If possibile i won't use fdb, if possibile, for will be ok only print 
the var content into my TraceOutputFileName.
i'm trying to use
http://localhost:8000/jportal/view/shop/banco.mxml?debug=true and my 
IExplorer prompt the debug window, i choose the localhost but Flash 
Player debug return me canno't connect debugger.
If i use fdb start http://localhost:8000/jportal/view/shop/banco.mxml 
debugger start

fdb
start http://localhost:8000/jportal/view/shop/banco.mxml
continue

But my trace don't display nothing, also because my app don't run, all 
interaction with button or amf don't work.
surely i mistake anything,  but i wish only to print some value of my 
ActionScript class into console or file, i don't interest me put 
breakpoint or other, only to see the value of my var.
Can you help me
Devis



  





 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Info on debug

2005-04-29 Thread [EMAIL PROTECTED]
Hi  Peter,
i have put my mm.cfg into my user Windows folder:
1) my flashlog.log  is not created.
2) I have also 
http://localhost:8080/test/view/shop/banco.mxml?debug=true into my 
Explorer but  i receive always  cannot connect debugger.
3) I have also http://localhost:8080/test/view/shop/banco.mxml but nothing.
Can you help me please.
Devis

On windows, mm.cfg goes in your user directory... by default this will
be somewhere like:

C:\Documents and Settings\yourloginname\mm.cfg

The output file, flashlog.txt, contains messages from the debug version
of the Flash Player including any trace() statements you add to your own
ActionScript code.

I use cygwin and run the tail command to keep a console window open to
watch updates to flashlog.txt. You may want to creat a shortcut to
conveniently run the following command:

C:\cygwin\bin\tail.exe -0f C:\flashlog.txt

(-f means follow, but -0f follows from the end of the file so that it
looks like a fresh session when you open it despite whether the log is
empty or not)


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Friday, April 29, 2005 5:32 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Info on debug

Hi,
i have read CHAPTER 33: Debugging Flex Applications , but i don't 
understand because don't work.
I'm using trace into my ActionScript class, here my mm.cfg

ProfilingOutputFileEnable=0
ProfilingOutputDirectory={path to directory where profiler.war is 
deployed}\WEB-INF\ProfilerData
FrameProfilingEnable=0
ProfileFunctionEnable=1
TraceOutputFileEnable=1
ErrorReportingEnable=1
TraceOutputFileName=c:\flashlog.txt 
TraceOutputFileEnable=1
ErrorReportingEnable=1
SuppressDebuggerDialog=1
TraceLocationEnable=1

this file i have put it in c:\programmi\macromedia\flex\bin?  i have set

all value in my flex config file.
If possibile i won't use fdb, if possibile, for will be ok only print 
the var content into my TraceOutputFileName.
i'm trying to use
http://localhost:8000/jportal/view/shop/banco.mxml?debug=true and my 
IExplorer prompt the debug window, i choose the localhost but Flash 
Player debug return me canno't connect debugger.
If i use fdb start http://localhost:8000/jportal/view/shop/banco.mxml 
debugger start

fdb
start http://localhost:8000/jportal/view/shop/banco.mxml
continue

But my trace don't display nothing, also because my app don't run, all 
interaction with button or amf don't work.
surely i mistake anything,  but i wish only to print some value of my 
ActionScript class into console or file, i don't interest me put 
breakpoint or other, only to see the value of my var.
Can you help me
Devis



  

 







 
Yahoo! Groups Links



 





 
Yahoo! Groups Links



 



  






 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Info on debug

2005-04-29 Thread Peter Farland
I think you're confusing two concepts here...

If you just want trace output, don't bother right now with the Flex
concept of SWD generation with ?debug=true - it's not necessary to get
ActionScript trace statements to show up in the log.

What is necessary is the debugger version of the Flash Player - I
believe an installer for the Flash Player 7 version of this special
player ships with Flex 1.5. (I have two browsers installed and keep a
flash player debugger version installed in one, and the normal flash
player for real-world scenario testing in another).

Pete

 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Friday, April 29, 2005 10:52 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Info on debug

Hi  Peter,
i have put my mm.cfg into my user Windows folder:
1) my flashlog.log  is not created.
2) I have also 
http://localhost:8080/test/view/shop/banco.mxml?debug=true into my 
Explorer but  i receive always  cannot connect debugger.
3) I have also http://localhost:8080/test/view/shop/banco.mxml but
nothing.
Can you help me please.
Devis

On windows, mm.cfg goes in your user directory... by default this will
be somewhere like:

C:\Documents and Settings\yourloginname\mm.cfg

The output file, flashlog.txt, contains messages from the debug version
of the Flash Player including any trace() statements you add to your
own
ActionScript code.

I use cygwin and run the tail command to keep a console window open to
watch updates to flashlog.txt. You may want to creat a shortcut to
conveniently run the following command:

C:\cygwin\bin\tail.exe -0f C:\flashlog.txt

(-f means follow, but -0f follows from the end of the file so that it
looks like a fresh session when you open it despite whether the log is
empty or not)


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Friday, April 29, 2005 5:32 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Info on debug

Hi,
i have read CHAPTER 33: Debugging Flex Applications , but i don't 
understand because don't work.
I'm using trace into my ActionScript class, here my mm.cfg

ProfilingOutputFileEnable=0
ProfilingOutputDirectory={path to directory where profiler.war is 
deployed}\WEB-INF\ProfilerData
FrameProfilingEnable=0
ProfileFunctionEnable=1
TraceOutputFileEnable=1
ErrorReportingEnable=1
TraceOutputFileName=c:\flashlog.txt 
TraceOutputFileEnable=1
ErrorReportingEnable=1
SuppressDebuggerDialog=1
TraceLocationEnable=1

this file i have put it in c:\programmi\macromedia\flex\bin?  i have
set

all value in my flex config file.
If possibile i won't use fdb, if possibile, for will be ok only print 
the var content into my TraceOutputFileName.
i'm trying to use
http://localhost:8000/jportal/view/shop/banco.mxml?debug=true and my 
IExplorer prompt the debug window, i choose the localhost but Flash 
Player debug return me canno't connect debugger.
If i use fdb start http://localhost:8000/jportal/view/shop/banco.mxml 
debugger start

fdb
start http://localhost:8000/jportal/view/shop/banco.mxml
continue

But my trace don't display nothing, also because my app don't run, all 
interaction with button or amf don't work.
surely i mistake anything,  but i wish only to print some value of my 
ActionScript class into console or file, i don't interest me put 
breakpoint or other, only to see the value of my var.
Can you help me
Devis



  

 







 
Yahoo! Groups Links



 





 
Yahoo! Groups Links



 



  






 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Info on debug

2005-04-29 Thread [EMAIL PROTECTED]
Hi, i found it the proble,
if i use FireFox the flashlog.log don't work, then i use ieexplorer work.
I don't know because,
Ciao
Devis
ps.
ok i don't use  generation with ?debug=true .
Peter Farland ha scritto:

I think you're confusing two concepts here...

If you just want trace output, don't bother right now with the Flex
concept of SWD generation with ?debug=true - it's not necessary to get
ActionScript trace statements to show up in the log.

What is necessary is the debugger version of the Flash Player - I
believe an installer for the Flash Player 7 version of this special
player ships with Flex 1.5. (I have two browsers installed and keep a
flash player debugger version installed in one, and the normal flash
player for real-world scenario testing in another).

Pete

 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Friday, April 29, 2005 10:52 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Info on debug

Hi  Peter,
i have put my mm.cfg into my user Windows folder:
1) my flashlog.log  is not created.
2) I have also 
http://localhost:8080/test/view/shop/banco.mxml?debug=true into my 
Explorer but  i receive always  cannot connect debugger.
3) I have also http://localhost:8080/test/view/shop/banco.mxml but
nothing.
Can you help me please.
Devis

  

On windows, mm.cfg goes in your user directory... by default this will
be somewhere like:

C:\Documents and Settings\yourloginname\mm.cfg

The output file, flashlog.txt, contains messages from the debug version
of the Flash Player including any trace() statements you add to your


own
  

ActionScript code.

I use cygwin and run the tail command to keep a console window open to
watch updates to flashlog.txt. You may want to creat a shortcut to
conveniently run the following command:

C:\cygwin\bin\tail.exe -0f C:\flashlog.txt

(-f means follow, but -0f follows from the end of the file so that it
looks like a fresh session when you open it despite whether the log is
empty or not)


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Friday, April 29, 2005 5:32 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Info on debug

Hi,
i have read CHAPTER 33: Debugging Flex Applications , but i don't 
understand because don't work.
I'm using trace into my ActionScript class, here my mm.cfg

ProfilingOutputFileEnable=0
ProfilingOutputDirectory={path to directory where profiler.war is 
deployed}\WEB-INF\ProfilerData
FrameProfilingEnable=0
ProfileFunctionEnable=1
TraceOutputFileEnable=1
ErrorReportingEnable=1
TraceOutputFileName=c:\flashlog.txt 
TraceOutputFileEnable=1
ErrorReportingEnable=1
SuppressDebuggerDialog=1
TraceLocationEnable=1

this file i have put it in c:\programmi\macromedia\flex\bin?  i have


set
  

all value in my flex config file.
If possibile i won't use fdb, if possibile, for will be ok only print 
the var content into my TraceOutputFileName.
i'm trying to use
http://localhost:8000/jportal/view/shop/banco.mxml?debug=true and my 
IExplorer prompt the debug window, i choose the localhost but Flash 
Player debug return me canno't connect debugger.
If i use fdb start http://localhost:8000/jportal/view/shop/banco.mxml 
debugger start

fdb
start http://localhost:8000/jportal/view/shop/banco.mxml
continue

But my trace don't display nothing, also because my app don't run, all 
interaction with button or amf don't work.
surely i mistake anything,  but i wish only to print some value of my 
ActionScript class into console or file, i don't interest me put 
breakpoint or other, only to see the value of my var.
Can you help me
Devis



 



   

  




Yahoo! Groups Links










Yahoo! Groups Links







 








 
Yahoo! Groups Links



 





 
Yahoo! Groups Links



 



  






 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Info on debug

2005-04-29 Thread Peter Farland

You probably only installed the debug version of Flash Player 7 Active-X
which would explain why it is in IE only. This isn't a bad thing - I
suggest you don't worry about tracking down a debug version for FireFox
so that you can have a normal and debug version on your machine - debug
for debugging, normal for real-world/performance testing.


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Friday, April 29, 2005 12:02 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Info on debug

Hi, i found it the proble,
if i use FireFox the flashlog.log don't work, then i use ieexplorer
work.
I don't know because,
Ciao
Devis
ps.
ok i don't use  generation with ?debug=true .
Peter Farland ha scritto:

I think you're confusing two concepts here...

If you just want trace output, don't bother right now with the Flex
concept of SWD generation with ?debug=true - it's not necessary to get
ActionScript trace statements to show up in the log.

What is necessary is the debugger version of the Flash Player - I
believe an installer for the Flash Player 7 version of this special
player ships with Flex 1.5. (I have two browsers installed and keep a
flash player debugger version installed in one, and the normal flash
player for real-world scenario testing in another).

Pete

 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Friday, April 29, 2005 10:52 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Info on debug

Hi  Peter,
i have put my mm.cfg into my user Windows folder:
1) my flashlog.log  is not created.
2) I have also 
http://localhost:8080/test/view/shop/banco.mxml?debug=true into my 
Explorer but  i receive always  cannot connect debugger.
3) I have also http://localhost:8080/test/view/shop/banco.mxml but
nothing.
Can you help me please.
Devis

  

On windows, mm.cfg goes in your user directory... by default this will
be somewhere like:

C:\Documents and Settings\yourloginname\mm.cfg

The output file, flashlog.txt, contains messages from the debug
version
of the Flash Player including any trace() statements you add to your


own
  

ActionScript code.

I use cygwin and run the tail command to keep a console window open to
watch updates to flashlog.txt. You may want to creat a shortcut to
conveniently run the following command:

C:\cygwin\bin\tail.exe -0f C:\flashlog.txt

(-f means follow, but -0f follows from the end of the file so that it
looks like a fresh session when you open it despite whether the log is
empty or not)


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
Behalf Of [EMAIL PROTECTED]
Sent: Friday, April 29, 2005 5:32 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Info on debug

Hi,
i have read CHAPTER 33: Debugging Flex Applications , but i don't 
understand because don't work.
I'm using trace into my ActionScript class, here my mm.cfg

ProfilingOutputFileEnable=0
ProfilingOutputDirectory={path to directory where profiler.war is 
deployed}\WEB-INF\ProfilerData
FrameProfilingEnable=0
ProfileFunctionEnable=1
TraceOutputFileEnable=1
ErrorReportingEnable=1
TraceOutputFileName=c:\flashlog.txt 
TraceOutputFileEnable=1
ErrorReportingEnable=1
SuppressDebuggerDialog=1
TraceLocationEnable=1

this file i have put it in c:\programmi\macromedia\flex\bin?  i have


set
  

all value in my flex config file.
If possibile i won't use fdb, if possibile, for will be ok only print 
the var content into my TraceOutputFileName.
i'm trying to use
http://localhost:8000/jportal/view/shop/banco.mxml?debug=true and my 
IExplorer prompt the debug window, i choose the localhost but Flash 
Player debug return me canno't connect debugger.
If i use fdb start http://localhost:8000/jportal/view/shop/banco.mxml 
debugger start

fdb
start http://localhost:8000/jportal/view/shop/banco.mxml
continue

But my trace don't display nothing, also because my app don't run, all

interaction with button or amf don't work.
surely i mistake anything,  but i wish only to print some value of my 
ActionScript class into console or file, i don't interest me put 
breakpoint or other, only to see the value of my var.
Can you help me
Devis



 



   

  




Yahoo! Groups Links










Yahoo! Groups Links







 








 
Yahoo! Groups Links



 





 
Yahoo! Groups Links



 



  






 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/