Finally stick red dots

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10510
Joined: Wed May 06, 2009 2:28 pm

Finally stick red dots

Post by dunbarx »

This is not a new idea.

In v. 8, can we force soft breakPoints (red dots) to stick? These do not disappear if one edits the text of a handler, but they rarely work afterwards. I understand that the line number to which they were originally mapped breaks when lines are added or deleted from the script editor. Great.

I would not even mind if the red dots disappeared in that event.

But to see them, without their actually existing, is disconcerting and can even be dangerous. I often place these as catches to routines that might do real damage, either by a handler running away or whatever. So seeing them, but not having them is annoying.

It is also annoying to have to place a hard breakpoint when there is such a possibly stable and convenient soft one at hand.

Please?

Craig Newman
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10105
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Finally stick red dots

Post by FourthWorld »

If a breakpoint indicator is visible but not actually a breakpoint, that would be a bug. Have you reported it?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10510
Joined: Wed May 06, 2009 2:28 pm

Re: Finally stick red dots

Post by dunbarx »

Richrard.

This is a history of this subject on the forums.

Handler behaves like debugging despite breakpoint remove
Whither empty handlers?
Soft Breakpoints are too soft
What do you know about the script debugger?
Found an anomaly
Breakpoint only breaks once

There are a number of bug reports in QCC, some confirmed, some resolved. Is it possible that this has gone away in v7 or v8, and I just don't know about it in v6? If so, terrific, never mind...

Craig
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10105
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Finally stick red dots

Post by FourthWorld »

If this has already been reported and the only remaining question is whether it's still present in the most recent builds, it would seem useful to review those reports and try out their recipes in recent builds.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Post Reply