Hello Alex,

Thanks for your response.

I need to update variables which are getting changed during debug process.
Like how it is working in Flash builder, same way I want my debug view to
get updated with changing values without hurting the execution time of "f6".

I dont get any useful info in info stack. info local gives me function's
local variables. I need to also show class's local variables.

 private function trackEvent(event:FlexEvent):void
                    {
                        trackTxt += (event.type + " event occured at "
                                                + flash.utils.getTimer() + "ms" 
+ "\n");
                    }

when this function gets executed and user is tracing trackTxt line at that
time i need updated value of trackTxt in debug view.




--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FDB-and-its-commands-tp50721p50728.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to