Reputation: 4246
New AS3/Flash Builder user here. I'm debugging an AS3 project using Flash Builder 4.5, and debug version of Flash plug-in in Firefox. I'm using a trace() command, but it's not outputting anything in the Console window of Flash Builder (is that where it's supposed to place stuff?). However, I'm wondering why the trace() command is even needed because the Variables tab in the debug perspective contains all the variable values anyway. Is the trace() command redundant or otherwise useful somehow in this environment, or is it intended for command line debugging, etc. (non-Flash Builder environment). Any light someone can shed on this would be appreciated. thanks in advance.
Upvotes: 0
Views: 7547
Reputation: 39408
It should be outputting the trace statements to the console window of Flash Builder. here are a few things to check:
It would be extremely odd to me that the trace would not output to the Flash Builder Console window; but you can see all the variables in the variables tab. Something seems amiss.
Upvotes: 3