this breakpoint is consistently ignored:
unless I add this one below it:
It’s actually even stranger than described: that top breakpoint breaks once at the first iteration of the loop (when tif_tilesAcrossCtr=0) even w/o the 2nd breakpoint, then never again unless I set the second one.
I see this anomaly more often than I should. Totally unpredictable, and makes debugging very annoying when you expect breaks where they should happen.
And please don’t ask for a stripped down sample project: this is a double-debugging session with a console app being debugged at the same time as its master app that called the console helper via IPC. So no way I can send you a sample project. But it’s been years that these breakpoint issues persist.