Re: breakpoints don't clear

2003-06-25 Thread SimPLsol
I am having the same problem. After I clear a breakpoint, the script stops at that point again although there is no visible breakpoint. Running the script a third time seems to clear the breakpoint Paul Looney ___ use-revolution mailing list [EMAIL PROT

Re: breakpoints don't clear

2003-06-25 Thread Ray Bennett
Yes. Nearly every time. Specifically, the issue seems to be that the debugger is actually toggling instead of clearing if you try to clear while in debug mode. If you leave, then go into the script editor and clear the breakpoint, it seems to finally be cleared. On Saturday, June 14, 2003, a

Re: breakpoints don't clear

2003-06-14 Thread Howard Bornstein
>Anyone else experiencing this? Any suggestions for how to really clear >breakpoints? Dan, Just to let you know, I've recently experienced exactly the same thing. I thought, however, that I was able, at least once, to really clear the breakpoints by exiting debug mode and then re-entering it.

breakpoints don't clear

2003-06-14 Thread Dan Soneson
I'm having trouble clearing breakpoints in Rev 2.01. I click in the margin of a script to set a breakpoint and then click there again to clear it. However, the program constantly returns me to that point in the script whenever I try to run that script. I have also tried the "Clear All Breakpoin