During debugging in Delphi I get “EMon” exceptions all the time. Whats wrong?
“EMon” exception is normally used during opening and processing certain types of files. This is standard behavior. To make the debugger ignore these execeptions, in Delphi go to Tools => Debugger Options => Language Exceptions, click Add and enter EMon in the edit box. When you click OK you should see EMon in the list of exceptions to be ignored.