Henrik Andersson wrote: > Monster is not using the real debugging protocol, so that does not count.
That's a bit harsh, isn't it? True, it doesn't let you set break points and step through code, but it lets you see the state of your program at any particular point. It has other limitation, like not being able to see private vars, but it's not without its value. It's not a true debugger in the sense that you and I mean, but it is a valuable debugging tool. That does count. Cordially, Kerry Thompson _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

