RE: [flexcoders] Re: I am new to programming so bear with me here

2005-04-21 Thread Tracy Spratt

Tips on the FlexBuilder debugger:

FB does not always/often recognize breakpoints set in sub-component files 
opened in the editor.  To set breakpoints in sub-components reliably, start the 
debugger, then open the files list it is on the debug toolbar an the menu.  
Select the files you want to debug there, they will open in the 
debugger/editor, and you can set breakpoints there.  You can do this ANY time 
during a debugging session.

If you want to see the change of values of properties of objects, don't use the 
Variables screen; it does not always update.  Instead, navigate to the object 
or property you want to watch, right-click it and choose Add to Watch Window. 
 The watch values are reliable (as long as they are in scope!)

I have never had FB damage one of my files, but back up you work or use a 
source control system anyway, on principle.

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
joao_m_fernandes
Sent: Wednesday, April 20, 2005 11:41 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: I am new to programming so bear with me here



Hi there,

first of all welcome to the flex world.

Debugger allows you to debug your application. You can set
breakpoints to check some values (locals or application wide), you can
also watch some values.

You can have an overview here
:http://www.macromedia.com/devnet/flex/articles/flexbuilder_debugger.html 

In your result panel you can also monitor network information
(webservices, http requests,RO) and know exactly what has been called,
what params are sended, what is the result and his format.

João Fernandes 

--- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote:
 I mea just learning flex and its one of the first languages I am
learning so 
 here is the question. What is the debug button in Flex builder for I
mean I am 
 afraid to press it because I do not want to hurt what I have made.





 
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/
 





[flexcoders] Re: I am new to programming so bear with me here

2005-04-20 Thread joao_m_fernandes


Hi there,

first of all welcome to the flex world.

Debugger allows you to debug your application. You can set
breakpoints to check some values (locals or application wide), you can
also watch some values.

You can have an overview here
:http://www.macromedia.com/devnet/flex/articles/flexbuilder_debugger.html 

In your result panel you can also monitor network information
(webservices, http requests,RO) and know exactly what has been called,
what params are sended, what is the result and his format.

João Fernandes 

--- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote:
 I mea just learning flex and its one of the first languages I am
learning so 
 here is the question. What is the debug button in Flex builder for I
mean I am 
 afraid to press it because I do not want to hurt what I have made.





 
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/