Skip to main content
December 27, 2010
Question

how debug a cairngorm 3 module?

  • December 27, 2010
  • 1 reply
  • 1982 views

how debug a cairngorm 3 module?

This topic has been closed for replies.

1 reply

February 3, 2011

Some more information as to what exactly it is you're attempting to debug would be great. However, a few tips ...

• Use Flash Builder's Debug mode with break points.

• Use the Spark TraceTarget definition in your project and follow the console log eg.

<s:TraceTarget level="{ LogEventLevel.DEBUG }">

     <s:filters>

          <fx:Array>

               <fx:String>com.adobe.cairngorm.*</fx:String>

               <fx:String>org.spicefactory.*</fx:String>

           </fx:Array>

     </s:filters>

</s:TraceTarget>