[Lazarus] IDE: ignore exception if they are caught
Martin
lazarus at mfriebe.de
Wed Aug 21 10:21:43 CEST 2013
On 21/08/2013 08:43, Xiangrong Fang wrote:
> Hi All,
>
> I have the following code:
>
> try
> stream.ReadBuffer(buffer, length);
> except
> //handle exceptions...
> end;
>
> Is it possible to configure lazarus to ignore EStreamError in such
> case? I mean I do NOT want to ignore all such exceptions, only those
> that are already caught by my code.
At the moment it is only possible to filter by exception class.
That is you can either ignore *all* EStreamError, or none.
More information about the Lazarus
mailing list