Skip to main content
Inspiring
April 10, 2012
Question

Trace not working flex

  • April 10, 2012
  • 1 reply
  • 406 views

I have come to a point where I need to use trace. Well, it is not working. I enter "Debug" mode/perspective and have the following, but nothing gets traced. First time I ever use trace in flex, have used it in Flash plenty of times.

<s:View xmlns:fx="http://ns.adobe.com/mxml/2009"

        xmlns:s="library://ns.adobe.com/flex/spark" title="TestView"

        creationComplete="init()">

private function init():void{

          trace("working");

}

Thanks

This topic has been closed for replies.

1 reply

Inspiring
April 10, 2012

I have gotten this working. Had to a a .cfg file.