Breakpoints on a Global

J. Landman Gay jacque at hyperactivesw.com
Tue Jan 24 10:53:51 EST 2012


On 1/23/12 4:30 PM, Bob Sneidar wrote:
> I've mentioned it before, that if you set a breakpoint on a global,
> the IDE will crash to desktop.

If you mean trying to break on a global declaration, I'm not sure how 
that could work at all. That's just a memory assignment. There's nothing 
to break on, and it never even occured to me to try it. Breakpoints only 
work inside handlers. The engine shouldn't crash regardless, but you 
won't get any useful info from examining a memory assignment.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list