Problem setting f9 to debug

Previous topic - Next topic

mykyl66

Im not sure when it crept in but there seems to be an issue. I press f9 where I want to step through the code and unlike before I updated GlBasic it seems very hit and miss if it works.

I cant work out where the problem actually is but it makes it difficult.

I have managed to get it working finally but have noticed that the line that is currently hilighted when you are stepping through is NOT the line being executed.

everything is out by one line.

e.g if two lines says this

SETACTIVEMOUSE MsActive
DRAWRECT 0,0,320,60,RGB(255,0,0)
then when drawrect is hilighted during step through setactivemouse is the line that is actually about to be executed.

Can this be looked at please.

Mike R

MrTAToad

It has been mentioned in the Bugs forum that the break like is 1 out for some reason.  However, a new update was out today - have you tried that ?

mykyl66

Yes. I am using the newest update that came out today. That's when I noticed it.

Cheers for the reply. Also apologies. I never noticed the bug forum. Will make sure I post there in future things like these.

Mike R