Mendelsohn, Michael wrote:
Thanks, that's a great article...but this is a really weird issue. It
might be some sort of Windows bug.
I hit a break point, things are rendered on the stage. As soon as I
click stepIn in the debug console, the swf window crashes (not
responding).
- MM
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
When the breakpoint is hit, the Flash IDE takes over and the swf stops.
The same happens in Flex. Typically, if you then attempt to close down
the browser it says it has stopped responding but when you continue in
the debugger control is regained. The Flex Builder debugger is fantastic
compared to Flash's one - but not perfect. Microsoft's debugger for
C/C++ programs puts an interrupt code byte at the place it wants control
and this causes control to pass to the debugger. This is the same sort
of thing happening here.
John
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders