| Online Eiffel Documentation |
| Documentation Home > Tools > EiffelStudio > EiffelStudio Reference > EiffelStudio Debugger |
| EiffelStudio |
Exceptions handling tool |
This tool is used to precise whether the debugger stops or continues on specific exceptions.
To show this tool, go to menu : Debug > Exception handling .
Note: now that exception are object in Eiffel too, the mechanism is unified for classic and dotnet system using the Eiffel exception class names.
If the "filter exceptions" is enabled, for each exception you can leave the exception action as Disabled (default behavior: catch), Catch (stop on such exception), Ignore (do not stop on such exception). By double clicking on the exception name you toggle Ignore/Catch.
In the following picture, we stop on every exception except the "External Exception".

Using the "Pattern" field, you can add you own filter using regular expression.
This dialog also provides a way to disable/enable the cat call warning on the console or in the debugger with the first two checkbox fields.
| Copyright 1993-2006 Eiffel Software. All rights reserved. |