Posts Tagged ‘builder’

Showing static variables in the Flash Builder 4.5 debugger

Saturday, January 28th, 2012

For some reason this option is turned off by default.
To see the static variables of your classes, simply click the small down-facing triangle on the top-right of the variables panel, and click Flex->Show Static Variables.

Show static variables in Flash Builder

Profiling AS3/Flex applications

Tuesday, October 6th, 2009

I’m working on a big project and was having some problems with memory leaks. After some google-ing around I found this great video on AdobeTV by Jun Heider where he shows you how to profile both the memory and performance of your AS3 or Flex application.
It’s pretty thorough and it is little over one hour in length.