My code is halting in debugger on a line which has no breakpoint set. Setting a breakpoint then removing it doesn’t help. There is no console message and I haven’t changed the code in that line recently.
I opened the page in a new tab but it still stops. It worked ok at first.
for (iTiles = 0; iTiles < arrayTemp.length - 2; iTiles++) // fncLoadData
Any ideas?
Thanks