Re: script debug problem

2011-04-05 Thread J. Landman Gay
On 4/5/11 3:51 PM, edward cawley wrote: Under the development menu, should be able to click 'script debug mode' to turn it on and off. That's my problem-I click on it and it doesn't turn off or on! Have you restarted LiveCode? -- Jacqueline Landman Gay | jac...@hyperactivesw.com

Re: script debug problem

2011-04-05 Thread edward cawley
> -- > > Message: 15 > Date: Mon, 4 Apr 2011 13:15:26 -0600 > From: Mike Bonner > To: How to use LiveCode > Subject: Re: script debug problem > Message-ID: > Content-Type: text/plain; charset=ISO-8859-1 > > Under the development menu

Re: script debug problem

2011-04-04 Thread Bob Sneidar
I did have an issue with an older version of GLX2 written before 4.0 came out. My debugger kept disabling itself. The newer GLX2 does not do this. It may have had something to do with my running the old tRev program in conjunction with GLX2, a practice I no longer engage in. At any rate I never

Re: script debug problem

2011-04-04 Thread J. Landman Gay
On 4/4/11 2:00 PM, edward cawley wrote: I got an execution error that it couldn't find a message. I went to the script and commented out the message. I tried to debug the script with a breakpoint but it wasn't accepted because< the script debug mode is disabled>. Now I can't turn the script debu

Re: script debug problem

2011-04-04 Thread Mike Bonner
Under the development menu, should be able to click 'script debug mode' to turn it on and off. On Mon, Apr 4, 2011 at 1:00 PM, edward cawley wrote: > I got an execution error that it couldn't find a message. I went to the > script and commented out the message. I tried to debug the script with a

script debug problem

2011-04-04 Thread edward cawley
I got an execution error that it couldn't find a message. I went to the script and commented out the message. I tried to debug the script with a breakpoint but it wasn't accepted because< the script debug mode is disabled>. Now I can't turn the script debug mode on so I can't trace the error. A