how to stop execution

2003-08-27 Thread Steve Gehlbach
RR seems to always be running my code, I don't see a way to stop execution, while developing. Anyone know a way to do this? Occasionally I get stupid loops and it can be difficult to get things to stop while I fix it. Usually RR sprays error boxes and croaks, but when I restart and load the

Re: how to stop execution

2003-08-27 Thread Klaus Major
Hi Steve, RR seems to always be running my code, I don't see a way to stop execution, while developing. Anyone know a way to do this? looks like you mean some openstack, preopenstack, opencard and preopencard handler that will of course be executed when you open these stacks... In this case

Re: how to stop execution

2003-08-27 Thread Pierre Sahores
In some critical debuging state cases, it can be usefull to insert a ... if the shiftkey is down then exit repeat directly inside the repeat loop. Regards, Le mer 27/08/2003 17:36, Steve Gehlbach a crit : RR seems to always be running my code, I don't see a way to stop execution, while

Re: how to stop execution

2003-08-27 Thread yoy
11:36 AM Subject: how to stop execution RR seems to always be running my code, I don't see a way to stop execution, while developing. Anyone know a way to do this? Occasionally I get stupid loops and it can be difficult to get things to stop while I fix it. Usually RR sprays error boxes

Re: how to stop execution

2003-08-27 Thread Steve Gehlbach
Klaus Major wrote: looks like you mean some openstack, preopenstack, opencard and preopencard handler that will of course be executed when you open these stacks... In this case you can type in the messagebox: lock messages; go stack the one you want to edit Yes, the openstack handler. Your

Re: how to stop execution

2003-08-27 Thread Dar Scott
On Wednesday, August 27, 2003, at 09:36 AM, Steve Gehlbach wrote: RR seems to always be running my code, I don't see a way to stop execution, while developing. Anyone know a way to do this? You got some good advice on blocking this immediate situation. I wonder what folks do in general

Re: how to stop execution

2003-08-27 Thread Klaus Major
Hi Dar, On Wednesday, August 27, 2003, at 09:36 AM, Steve Gehlbach wrote: RR seems to always be running my code, I don't see a way to stop execution, while developing. Anyone know a way to do this? You got some good advice on blocking this immediate situation. I wonder what folks do in