[screenweaver] New Screenweaver Patch Available (Really fixes F8 and V2 issues)

Edwin van Rijkom swos at vanrijkom.org
Sun Sep 25 03:27:14 PDT 2005


Is the object you're trying to trace recursive? (having members that 
point to the object itself). If so, trying to trace it results in an 
endless loop.

If swDebug.trace works, than the engine is okay. swDebug.traceObject is 
a method in the SW ActionScript API that calls on swDebug.trace internally.

Cheers,
Edwin

Michael wrote:

>>_root.showMessage = function(evt)
>>{
>>   swDebug.trace(evt); // doesn't work!!
>>    play() // does work!
>>}
>>butt.addEventListener ('click', showMessage)
>>stop()
>>
>>sorry to say that, but there seems to me a little bug still in there :-(
>>
>>    
>>
>
>sorry to bother you, it works, way too sleepy :-)  the code above
>won't trace in the debugger, cause evt is an Object, but:
> swDebug.trace("evt"); // does work!!
>swDebug.traceObject(evt);// doesn't work!! swf stops all actions!
>
>weird!
>
>micha
>
>_______________________________________________
>screenweaver mailing list
>screenweaver at osflash.org
>http://osflash.org/mailman/listinfo/screenweaver_osflash.org
>
>
>
>
>  
>





More information about the screenweaver mailing list