Xojo Locking up During Debugging

Hey guys,

Over the last two weeks or so I’ve been having a problem with Xojo locking up while debugging. As soon as I quit the debug app, I get control of Xojo back. But while I’m debugging, I just get the spinning beach ball of death when I try to do anything in Xojo.

Anyone seen this before?

Running OX 10.12.6
Xojo 2017r1.1

Sounds like what I see when I have an infinite loop

What I thought too but my app is running fine. I would think an infinite loop would mess up my app.

64-Bit or 32-Bit? I ran into a gotchya the other when I had an incorrect declare on 64-Bit; I didn’t get an error like you do with 32-Bit, instead my app became wonky and crashed.

64 bit.

But it’s Xojo that gets wonky.

[quote=333907:@Jon Ogden]Hey guys,

Over the last two weeks or so I’ve been having a problem with Xojo locking up while debugging. As soon as I quit the debug app, I get control of Xojo back. But while I’m debugging, I just get the spinning beach ball of death when I try to do anything in Xojo.

Anyone seen this before?

Running OX 10.12.6
Xojo 2017r1.1[/quote]

Could you take a sample of the IDE while it’s hung?

OK. I have a sample…

https://www.dropbox.com/s/wtvzbugva756vr3/Sample%20of%20Xojo.txt?dl=0

Did the sample help, Joe?