I thought FB only showed the this pointer and variables local to the
function.

IIRC, for any object, FB only shows its immediate properties and leaves
the bigger and slower "inherited properties" for on-demand.

-Alex

On 12/21/15, 12:07 AM, "dhwanishah85" <[email protected]> wrote:

>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