Not exactactly what you want but should help.

Go to Tools -> Debugger Options

On the Language Exceptions tab add and check the excpetion type you want
to ignore.

Stacey

> -----Original Message-----
> From: Andrew Thomas [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, 11 December 2002 3:39 p.m.
> To: Multiple recipients of list delphi
> Subject: [DUG]: Suppressing exception popups in certain parts of code.
> 
> 
> 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/
> 
---------------------------------------------------------------------------
    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