Bob-

Here are a couple of things to look at:
First of all, in the message box you can "put the breakpoints", and that
will tell you what's active at the moment.
Second, if you've got a repeatably weird action, you can check the custom
property that contains the soft breakpoints for the topstack. From my notes
in PowerDebug:

* breakpoints are stored as long id of object, line number.
* the IDE's script editor unfortunately stores them
* in the cREVGeneral["breakpoints"] of the owning stack
* as short id, line #

As a last resort, you might look at the cREVGeneral["breakpoints"] of stack
"revPreferences".

-- 
 Mark Wieder
 ahsoftw...@gmail.com




-----
-- 
 Mark Wieder
 ahsoftw...@gmail.com
--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Debugger-forgetting-soft-breakpoints-tp4708106p4708115.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to