Posted By:
Luigi_Viggiano
Posted On:
Wednesday, June 13, 2001 09:12 AM
I'm setting a breakpoint in a for loop. I choose Debug Project, and the istruction pointer (let's call it
IP
) breaks execution inside the for as expected. If I use "Step Over" after the 1st break and then I "Resume debugging session", next time the
IP
comes on the breakpoint, it won't break.... Does anyone knows why?
I've checked on JBuilder readme if it's a known bug, but I didn't find any information about it.