I know its probably bad programming but is there a way to stop an exsception
coming up in the debugger in a certain part of the code?

For instance say you had something like this:

try
  //error often occurs
except
  //unhandled for a reason
end;

And I just want that one unhandled exception to not keep coming up each
time.

Any Ideas?

Cheers

Andrew

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to