[Lazarus] IDE: ignore exception if they are caught

Xiangrong Fang xrfang at gmail.com
Wed Aug 21 09:43:51 CEST 2013


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.

Thanks,
Xiangrong
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20130821/70cbd489/attachment-0002.html>


More information about the Lazarus mailing list