64 bit debugger needs some attention

I’ve been working mostly in the 64 bit debugger
And it really needs some attention
It loses its mind from time to time as the movie attached to my report shows
<https://xojo.com/issue/57782>

With catalina dumping 32 bit support this may hurt a lot

I’ve also seen it skipping over breakpoints in event stacks.

Let’s say I have Event Handler Open, which calls Event Definition Open (looks like [Handler]Open > [Definiton]Open). I put a break or gutter breakpoint in both and I’ve seen it intermittently skip the second breakpoint altogether. This led me to believe there were much larger issues with 2019R2’s event system than there actually are as the second breakpoint halted the execution once I removed the first breakpoint.

Whew! and I thought I was going crazy (of course that could still be the case).
I swear I’d seen breakpoints being passed right on by, and had in some cases to resorting to having it write log entries to a file

I would be happy if the dang thing wouldn’t crash that often.

Breakpoint: there is something new that may explain in the Release Notes: check its status in a MenuItem (somthing like stop at breakpoints or not).