I'm writing a calculator program that receives a string and returns the result (everything in console mode), using Delphi 6. I use a FOR to advance and evaluate the sub-expressions, but the compiler leaves the FOR without reason (I mean that Delphi does not give me any warnings or errors, it simply skips the rest of the FOR begin-end sentence).
I'd like to know if I can edit the debugger options to prevent this kind of behaviour.