Jim Hurley wrote:
I have noticed in the debugger that there is quite a difference in
time of execution between

    Step over

and

    Run

I think this is because of the traceDelay. When you are debugging, every step includes a pause equivalent to the traceDelay setting. When you "run", the engine goes back to full speed.

<snip stuff>

Moral: Even though the screen is locked by script, it is not locked when running the debugger, UNLESS you Run to the next line. And it will run though the window work much faster if you unlock the window.

Unless someone recognizes this as a known bug in the debugger, I will submit it.

I believe this behavior is intentional. The assumption is that during debugging you always want to see what is happening. There have been innumerable instances where I was happy it worked that way, because I could see the screen change during debugging without altering my code temporarily.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to