Cheers! The only problem was I want this exception to come up elsewhere in
the code if it happens, just not in this one place. :(

Any Ideas?

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Paul Mckenzie
Sent: Wednesday, 11 December 2002 3:42 p.m.
To: Multiple recipients of list delphi
Subject: Re: [DUG]: Suppressing exception popups in certain parts of
code.


In D6 debugger options (I think language exceptions tab) you can add
exceptions to ignore...

HTH

Regards
Paul McKenzie
Analyst Programmer
SMSS ltd.

----- Original Message -----
From: "Andrew Thomas" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Wednesday, December 11, 2002 3:38 PM
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/

---------------------------------------------------------------------------
    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