Debugger forgetting soft breakpoints
mwieder
ahsoftware at sonic.net
Tue Sep 6 19:43:47 EDT 2016
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
ahsoftware at gmail.com
-----
--
Mark Wieder
ahsoftware at 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.
More information about the use-livecode
mailing list