Trace on Chrome/Browser console
Asked Answered
B

1

14

Does anybody know how to trace messages in the google chrome console using Flex3. In the logs section for example.

Bravura answered 21/11, 2012 at 12:56 Comment(0)
P
36
import flash.external.ExternalInterface;

ExternalInterface.call("console.log", "YourString");

See here for more information.

Philippians answered 21/11, 2012 at 13:1 Comment(2)
Thanks work perfect. I also installed Vizzy from code.google.com/p/flash-tracer/downloads/list which worked great. console.clear is not working well though any idea? Thanks againBravura
Did you try console.clear() ? It works for me. Also here's another tool I've used called Alcon. And you can find a few more tools listed here. Also if this answer is satisfactory, please mark as the correct answer.Philippians

© 2022 - 2024 — McMap. All rights reserved.