Douglas, > Only thing is, executionTime is always 2!
That's because the "execution_time_event" is a constant (with a vlue of 2), not a variable that's incremented with execution time. The only vaguely useful method I can spot quickly is getDebuggerStartTime()... But my guess is you've got to grab a reference to the instance of then debugger using getDebugger() and then using some interface method on that (which are, of course, undocumented, so we don't know what they are -- unless anyone fancies playing around with Java object introspection and finding out?). But then again, I've not looked that closely, there might be a much simpler way of doing it. :oD Tim. ------------------------------------------------------- Tim Blair Web Application Engineer, Rawnet Limited Direct Phone : +44 (0) 1344 393 441 Switchboard : +44 (0) 1344 393 040 ------------------------------------------------------- rawnet ltd Atrium Court Bracknell [EMAIL PROTECTED] Berkshire Tel : +44 (0) 1344 393 040 RG12 1BW, UK http://www.rawnet.com ------------------------------------------------------- This message may contain information which is legally privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any unauthorised disclosure, copying, distribution or use of this information is strictly prohibited. Such notification notwithstanding, any comments, opinions, information or conclusions expressed in this message are those of the originator, not of rawnet limited, unless otherwise explicitly and independently indicated by an authorised representative of rawnet limited. ------------------------------------------------------- -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
