On Wednesday, January 23, 2013, [email protected] wrote:

>  Unfortunately I can't set a breakpoint to the "trace" function ...
> perhaps it would be good if in future versions of flex there would be the
> means to somehow do this.
>
> Chris
>

The trace() function is not a method from Flex it comes from Flash player.
There really isn't anything that can be done at the Flex level.

I would try to get source code for your 3rd party libraries  and search for
trace statements. If the source isn't available then you're probably out of
luck. Or you can try a decompiler.

Also, I don't know enough about Adobe Scout but maybe that could help you
narrow it down.

-omar

Reply via email to