Re: Debugging modal stacks

2014-04-15 Thread Geoff Canyon
On Mon, Apr 14, 2014 at 3:20 PM, Bob Sneidar wrote: > I was at one point using it to open a stack and suspend execution in the > previous stack, picking up when I exited from the modal one. This would > apply to custom modal dialogs for instance. Non-modal continues executing > the script that cal

Re: Debugging modal stacks

2014-04-14 Thread Bob Sneidar
Won’t work in certain situations. I was at one point using it to open a stack and suspend execution in the previous stack, picking up when I exited from the modal one. This would apply to custom modal dialogs for instance. Non-modal continues executing the script that called it. Bob On Apr 1

Re: Debugging modal stacks

2014-04-14 Thread Bob Sneidar
I believe this is why Jerry Daniels created Remo. There are times when the step debugger falls short. When I was using it, it worked quite well, but I am so addicted to seeing everything happen as it happens that I prefer the step debugger. I asked before but am unsure, is Remo still viable?

Re: Debugging modal stacks

2014-04-14 Thread Peter Haworth
Hi Phil, Tried that and it looks like it doesn't work any more. It simply hid the stack! Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Sun, Apr 13, 2014 at 10:40 PM, Phil Da

Re: Debugging modal stacks

2014-04-13 Thread Phil Davis
It used to be that when you set the vis of a modal window to false, it would operate as a non-modal. You could try that, though I don't know if it still works that way. I suspect it was a bug and it may have been fixed long ago. Phil On 4/13/14, 12:24 PM, Peter Haworth wrote: Any tips on ho

Re: Debugging modal stacks

2014-04-13 Thread Geoff Canyon
Debug it as a non-modal. On Sun, Apr 13, 2014 at 2:24 PM, Peter Haworth wrote: > Any tips on how to debug a button script in a modal dialog? > > It seems that red dot breakpoints and breakpoint commands don't work in > modal dialogs, at least not in the stack I'm testing right now. I can tell >

Re: Debugging modal stacks

2014-04-13 Thread Peter Haworth
Yes, That's what I started doing but then Mark reminded me of PowerDebug. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Sun, Apr 13, 2014 at 1:22 PM, J. Landman Gay wrote: >

Re: Debugging modal stacks

2014-04-13 Thread Peter Haworth
Thanks Mark, I had forgotten (!!!) about PowerDebug. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Sun, Apr 13, 2014 at 1:18 PM, Mark Wieder wrote: > Pete- > > Sunday, Apri

Re: Debugging modal stacks

2014-04-13 Thread J. Landman Gay
On 4/13/14, 2:24 PM, Peter Haworth wrote: Any tips on how to debug a button script in a modal dialog? It seems that red dot breakpoints and breakpoint commands don't work in modal dialogs, at least not in the stack I'm testing right now. I can tell that the script is executing, just not producin

Re: Debugging modal stacks

2014-04-13 Thread Mark Wieder
Pete- Sunday, April 13, 2014, 12:24:35 PM, you wrote: > Any tips on how to debug a button script in a modal dialog? Yeah, that's always been broken. PowerDebug http://powerdebug.ahsoftware.net http://www.ahsoftware.net/PowerTools/BuyPowerDebug.irev -- -Mark Wieder ahsoftw...@gmail.com This

Debugging modal stacks

2014-04-13 Thread Peter Haworth
Any tips on how to debug a button script in a modal dialog? It seems that red dot breakpoints and breakpoint commands don't work in modal dialogs, at least not in the stack I'm testing right now. I can tell that the script is executing, just not producing the right results. I usually try to debug