Re: breakpoints being ignored

2017-03-10 Thread Sannyasin Brahmanathaswami via use-livecode
Mike Kerner : Bingo. It happens in 9 when using the remote debugger. The Script Debugging gets disabled during this process. ditto what Mike said, confirmed again here today…"gotcha", because the check mark remains on the IDE menu and toggling the menu item on and off doesn't seem to

Re: breakpoints being ignored

2017-03-10 Thread Mike Kerner via use-livecode
Bingo. It happens in 9 when using the remote debugger. The Script Debugging gets disabled during this process. On Thu, Mar 9, 2017 at 11:45 AM, Dr. Hawkins via use-livecode < use-livecode@lists.runrev.com> wrote: > On Thu, Mar 9, 2017 at 7:43 AM, Mike Kerner via use-livecode < >

Re: breakpoints being ignored

2017-03-09 Thread Dr. Hawkins via use-livecode
On Thu, Mar 9, 2017 at 7:43 AM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > I need to see if I can make it happen, again. I wonder if going back and > forth between 9 to do remote debugging and 8 because 9 has issues may be > causing it. Will file a bug report if I

Re: breakpoints being ignored

2017-03-09 Thread Mike Kerner via use-livecode
I need to see if I can make it happen, again. I wonder if going back and forth between 9 to do remote debugging and 8 because 9 has issues may be causing it. Will file a bug report if I can repeat it. On Thu, Mar 9, 2017 at 5:58 AM, Ali Lloyd via use-livecode < use-livecode@lists.runrev.com>

Re: breakpoints being ignored

2017-03-09 Thread Ali Lloyd via use-livecode
These issues sound like they are to do with Script Debug Mode. Please check if this is turned on in the Development menu. Mike, this sounds like it was probably your issue too, especially if trashing your prefs fixed it, as Script Debug Mode on is the default. It *does* sound like there may be a

Re: breakpoints being ignored

2017-03-08 Thread Sannyasin Brahmanathaswami via use-livecode
Interesting… this was happening to me today. on a hunch I set the gRevDevelopment to true… thinking that because I had messed with that yesterday while using the remote debugger on my android phone… I had done something that was blocking script debug -- related to the action of answering "No"

Re: breakpoints being ignored

2017-03-08 Thread Mike Kerner via use-livecode
This is something that got mixed up with the preferences, somehow. Deleting the preferences file fixed it. On Wed, Mar 8, 2017 at 7:09 PM, Dr. Hawkins via use-livecode < use-livecode@lists.runrev.com> wrote: > On Wed, Mar 8, 2017 at 3:13 PM, J. Landman Gay via use-livecode < >

Re: breakpoints being ignored

2017-03-08 Thread Dr. Hawkins via use-livecode
On Wed, Mar 8, 2017 at 3:13 PM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > I haven't seen it in a while either. Craig is still on v6 though. Wow. I had so much problem with v6 and breakpoints that I never used it! -- Dr. Richard E. Hawkins, Esq. (702) 508-8462

Re: breakpoints being ignored

2017-03-08 Thread J. Landman Gay via use-livecode
On 3/8/17 4:36 PM, Bob Sneidar via use-livecode wrote: My recollection is that something in my app was causing a CTD condition or a lockup where I had to force-quit, and after I relaunched, the Script Debug Mode was disabled. When my app is running normally I do not see this anomaly, and it may

Re: breakpoints being ignored

2017-03-08 Thread Bob Sneidar via use-livecode
My recollection is that something in my app was causing a CTD condition or a lockup where I had to force-quit, and after I relaunched, the Script Debug Mode was disabled. When my app is running normally I do not see this anomaly, and it may have been addressed in a newed version. Bob S > On

Re: breakpoints being ignored

2017-03-08 Thread Dr. Hawkins via use-livecode
On Wed, Mar 8, 2017 at 8:51 AM, dunbarx via use-livecode < use-livecode@lists.runrev.com> wrote: > This is SO annoying. I know one can get used to anything, but, sheesh. > > We need to get used to getting used to new forms of the PCDs being ignored . . . -- Dr. Richard E. Hawkins, Esq. (702)

Re: breakpoints being ignored

2017-03-08 Thread dunbarx via use-livecode
This is SO annoying. I know one can get used to anything, but, sheesh. Craig -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/breakpoints-being-ignored-tp4712898p4712914.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: breakpoints being ignored

2017-03-08 Thread Bob Sneidar via use-livecode
OH! That is a different matter. I also ran into situations where the Script Debug Mode kept getting turned off. I haven't seen it in a long time. Bob S > On Mar 7, 2017, at 18:12 , Mike Kerner via use-livecode > wrote: > > It's ignoring the "breakpoint" text,

Re: breakpoints being ignored

2017-03-08 Thread Bob Sneidar via use-livecode
There was a bug where these breakpoints were not triggering if the script before the dot was edited in such a way as to change the line number it was on. It was supposed to have been resolved, but I still see it from time to time. My solution is to unset and reset after each compile. If I have

Re: breakpoints being ignored

2017-03-07 Thread Dr. Hawkins via use-livecode
On Tue, Mar 7, 2017 at 6:12 PM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > It's ignoring the "breakpoint" text, too, not just the dots. > I see that, but less frequently. "Send in . . ." seems to be related to that. > > Anyway, I trashed my preferences and it seems

Re: breakpoints being ignored

2017-03-07 Thread Mike Kerner via use-livecode
It's ignoring the "breakpoint" text, too, not just the dots. Anyway, I trashed my preferences and it seems to be working, now. On Tue, Mar 7, 2017 at 8:56 PM, Dr. Hawkins via use-livecode < use-livecode@lists.runrev.com> wrote: > On Tue, Mar 7, 2017 at 5:36 PM, Mike Kerner via use-livecode < >

Re: breakpoints being ignored

2017-03-07 Thread Dr. Hawkins via use-livecode
On Tue, Mar 7, 2017 at 5:36 PM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > breakpoint still doesn't fire. This is why I call them "Pirate Code Dots" (pad). The IDE sees them as merely advisory . . . And I'm again seeing the behavior that a red dot in a script that

breakpoints being ignored

2017-03-07 Thread Mike Kerner via use-livecode
Explain this one: 8.1.3 create a stack put a button on it add some script click in the margin to add a breakpoint - it shows grey with red border run the script breakpoint doesn't activate Add a "breakpoint" line as the first line in the script execute again breakpoint still doesn't fire. -- On

Re: Breakpoints being ignored

2012-05-10 Thread stephen barncard
thank you Jacque! Stephen Barncard San Francisco Ca. USA more about sqb http://www.google.com/profiles/sbarncar ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Breakpoints being ignored

2012-05-10 Thread Bob Sneidar
Well as I said, the latest rendition seems very stable to me. No issues. Bob On May 9, 2012, at 6:27 PM, stephen barncard wrote: Sadly, the only way I seem to be able to get the editor I want is to dive into GLX2 and try to find out what is wrong... but editing an editor is something I've

Re: Breakpoints being ignored

2012-05-10 Thread Bob Sneidar
Hmmm... This happens to me with the message window sometimes. Same cause?? After launching LC, if I open the Message Window and then switch to the multi line editor, no matter how big I made the window previously, the upper pane takes up the whole window and I have to resize it to get to the

Re: Breakpoints being ignored

2012-05-10 Thread Mark Wieder
stephen barncard stephenREVOLUTION2@... writes: Sadly, the only way I seem to be able to get the editor I want is to dive into GLX2 and try to find out what is wrong... but editing an editor is something I've never done before, and have a reluctance to try. Kudos to Mark for going in there.

Re: Breakpoints being ignored

2012-05-09 Thread Ken Corey
On 08/05/2012 23:39, Colin Holgate wrote: When you're next in the script editor, look at the bottom of the Debug menu. Is Script Debug Mode checked? I've checked that the debug mode is checked on my environment. It is. I've noticed that there are situations where existing breakpoints from

Re: Breakpoints being ignored

2012-05-09 Thread Kay C Lan
Hard type them, you'll have 100% success. The graphical ones are less than perfect. Making big changes to a script, cutting or pasting large amounts seems to confuse the script editor as to where the graphical breakpoints were set and can simply leave a breakpoint in a portion of a script that

Re: Breakpoints being ignored

2012-05-09 Thread Ken Corey
On 09/05/2012 08:08, Kay C Lan wrote: Hard type them, you'll have 100% success. The graphical ones are less than By 'Hard type', do you mean to put breakpoint in my code?, or do you mean go to the breakpoints tab, right click, and select 'new breakpoint'? -Ken

Re: Breakpoints being ignored

2012-05-09 Thread Bob Sneidar
I had a situation where certain kinds of errors would uncheck it for me! I had to check it every time before debugging. That problem has not happened in a long time though, and I am running the most recent versions of LC, GLX2 and PowerDebug. Bob On May 8, 2012, at 4:04 PM, Mark Powell

Re: Breakpoints being ignored

2012-05-09 Thread stephen barncard
Speaking of GLX2, I'd love to use it but I can't trust it not to implode for no reason. Sometimes it just gets lost or doesn't show handlers on the left. Perhaps a memory leak? Errors are not reported properly or not at all. And UNDO is completely broken. Bob, do you not have any issues with it?

Re: Breakpoints being ignored

2012-05-09 Thread Bob Sneidar
Actually, Mark Weider has done a lot to make GLX2 stable and better. The current version seems to be working really well. To my knowledge, PowerDebug has never been the source of any issues I have run into, but my memory is really bad so take that with a grain of salt. The issues I have had

Re: Breakpoints being ignored

2012-05-09 Thread Mark Wieder
Bob Sneidar bobs@... writes: I had a situation where certain kinds of errors would uncheck it for me! I had to check it every time before debugging. That problem has not happened in a long time though, and I am running the most recent versions of LC, GLX2 and PowerDebug. This can happen if

Re: Breakpoints being ignored

2012-05-09 Thread Mark Wieder
Bob Sneidar bobs@... writes: Actually, Mark Weider has done a lot to make GLX2 stable and better. Thanks! The current version seems to be working really well. To my knowledge, PowerDebug has never been the source of any issues I have run into, but my memory is really bad so take that with

Re: Breakpoints being ignored

2012-05-09 Thread stephen barncard
Agreed! and thanks to Jerry for opening up the code to OSS. I didn't mean to diminish Mark's work on GLX2, I'm just frustrated with the current state of affairs with editors in Livecode in general. I've been spoiled by and used to Remo for years and have been comfortable with it, considered it

Re: Breakpoints being ignored

2012-05-09 Thread J. Landman Gay
On 5/9/12 8:27 PM, stephen barncard wrote: 1. The native editor is stable, but has oddities that annoy, like that unnecessary double-enter compile-and-close window thing, or the lack of a charcoal motif, that is easier on the eyes of the myopic. I couldn't get the stack-wide search to work.

Re: Breakpoints being ignored

2012-05-09 Thread Kay C Lan
Sorry for the slow reply, but yes, type the word 'breakpoint' into your scripts. I got sick and tired of Rev skipping graphical breakpoints that I just type them in now. NEVER had one missed since. On Wed, May 9, 2012 at 4:12 PM, Ken Corey k...@kencorey.com wrote: On 09/05/2012 08:08, Kay C Lan

Breakpoints being ignored

2012-05-08 Thread Mark Powell
Breakpoints are not being recognized all of a sudden. Something do doubt is corrupted and I'd be interested in knowing if there is a clean fix. Test case: I create a brand new stack, with a button scripted on mouseup answer 1 breakpoint answer 2 end mouseup I get the two answer dialogs,

Re: Breakpoints being ignored

2012-05-08 Thread Colin Holgate
When you're next in the script editor, look at the bottom of the Debug menu. Is Script Debug Mode checked? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Breakpoints being ignored

2012-05-08 Thread Mark Powell
Yep, that be it. I guess I unchecked it somehow sometime. Thanks very much! On Tue, May 8, 2012 at 3:39 PM, Colin Holgate co...@verizon.net wrote: When you're next in the script editor, look at the bottom of the Debug menu. Is Script Debug Mode checked?