-- geoff http://www.daemon.com.au/
Phil McCluskey wrote:
A CallStack feature (ie in debuging, see what times methods where called etc);
This is easy enough to implement yourself, with a message stack object which you instantiate inside other objects. When you call functions on your objects you just add a call to update the message stack:
foo.bar(); foo.messaging.addMessage("called bar()");
A bit of extra coding, but being able to inspect a transaction list for each object during debugging makes up for it.
--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
MX Downunder AsiaPac DevCon - http://mxdu.com/
