Breakpoints do not work

My Delphi version Delphi 11 CE, I tried to put breakpoints on the code. Just clicked on the blue dots on the left. But the Delphi behaved like there were no breakpoints. I put the breakpoints on the lines that the code calls so I expected Delphi to stop at that breakpoint. But did not work. I also used Ctrl+D (formatter) but it did not make any change.

Regards

You are running by pressing F9 (with debug) ?

1 Like

Thank you David_Duffy.