[Lazarus] IDE: ignore exception if they are caught

Martin lazarus at mfriebe.de
Fri Aug 23 22:09:59 CEST 2013


On 23/08/2013 20:40, Marco van de Voort wrote:
> On Wed, Aug 21, 2013 at 03:43:51PM +0800, Xiangrong Fang wrote:
>> 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?
> Handle, inspect, and if you don't want to handle it, reraise.
>

You mean in the debugger?

Currently you can only say all exception of that classname or none.

The debugger, does not know, if there is an try-except frame.








More information about the Lazarus mailing list