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.





--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to