Something has just started happening that I can't seem to isolate. I can build and run my main application fine, but when I try to run it under the debugger, I get an exception C0000235, with no stack to track back.
I can trace close to where it's occurring, by setting a break at a particular CALL statement, but if I try to run to that point using F3, it crashes before getting there (so I think the breakpoint I was 'aiming for' is probably a red herring? - it's code that hasn't changed in weeks)
Anyone else come across this?
I am still running v5.5. I tried v6 but some unrelated code crashes the compiler, so I went back to 5.5...
K