Re: Another Debug weirdness

2012-10-10 Thread Peter Haworth
Hi Mark, As mentioned previously, I was experiencing this in a plugin stack. However I just ran the stack as a normal stack and experienced the same problem. It's definitely related to the use of a front script since if I send the same message to my stack from the message box, debug works fine.

Re: Another Debug weirdness

2012-10-09 Thread Peter Haworth
It is a script from a plugin so that explains it. I'll give that global you mentioned for debugging rev scripts a try. Pete lcSQL Software On Tue, Oct 9, 2012 at 5:59 PM, Mark Wieder wrote: > Depends. If the frontscript is a script from a plugin then it's a > system sta

Re: Another Debug weirdness

2012-10-09 Thread Mark Wieder
Pete- Tuesday, October 9, 2012, 12:21:57 PM, you wrote: > Debug is enabled and I can use it just fine in handlers that aren't reached > via a front script. IS there something about front script execution that > prevents debug from working? Depends. If the frontscript is a script from a plugin t

Another Debug weirdness

2012-10-09 Thread Peter Haworth
I have a front script that traps nameChanged messages and dispatches a message to a handler in my stack that contains all the code necessary to deal with the name change. I want to step through the name changed handler in debug. No matter where I set a red dot breakpoint or a breakpoint command,