Topic: Debugger acting weirdly
Been a while since I've used the debugger. I have a driver program and several subroutines that all compile OK. However, under the debugger, the cursor doesn't go right to the first executable statement in the driver; it jumps to another statement further down. When I subsequently use the "step" key, F9, the cursor then just jumps around randomly. Anyone know why this happens and how to make the debugger behave?