No Trace Output in my Flash Builder 4 Premium
I installed the Flash Builder 4 Premium last night. Updated the sdk to 4.1.0.15186
Everything is fine. But i dont have any trace() output.
Instance:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
initialize="trace('Hello World')">
</s:Application>=> Outputs nothing in the Console window except:
[SWF] C:\Users\Admin\Adobe Flash Builder 4\test\bin-debug\test.swf - 370,463 bytes after decompression
[SWF] C:\Users\Admin\Adobe Flash Builder 4\test\bin-debug\test.swf - 650,528 bytes after decompression
[SWF] C:\Users\Admin\Adobe Flash Builder 4\test\bin-debug\test.swf - 159,470 bytes after decompression
[SWF] C:\Users\Admin\Adobe Flash Builder 4\test\bin-debug\test.swf - 2,306,258 bytes after decompression
[SWF] C:\Users\Admin\Adobe Flash Builder 4\test\bin-debug\test.swf - 1,432,374 bytes after decompression
[SWF] C:\Users\Admin\Adobe Flash Builder 4\test\bin-debug\test.swf - 441,362 bytes after decompression
[SWF] C:\Users\Admin\Adobe Flash Builder 4\test\bin-debug\test.swf - 323,354 bytes after decompression
- I use the debug-mode.
- the Flash player is a debug-version (contains debugger option in menu)
I can pause the code and look into it, so i think it should be something like an "No-Trace"-setting.
I didnt found any mm.cfg file on the computer. So i didnt think this could be the error.
Thank you
Jan
