RAD Studio (Common)
ContentsIndex
PreviousUpNext
Language Exceptions

ToolsOptionsDebugger OptionsLanguage Exceptions 

Use this page to configure how the debugger handles thrown language exceptions. The debugger always stops on unhandled exceptions.

Item 
Description 
Exception Types to Ignore 
Lists the types of exceptions you want the debugger to ignore (checked) or not (unchecked). The debugger will not halt execution of your program if the exception raised is listed and checked, or derived from any exception that is listed and checked.  
Add 
Displays the Add Exception dialog box, allowing you to add a user-defined exception to the list.  
Remove 
Removes the highlighted, user-defined exception from the list. You can not removed default language exceptions from the list.  
Notify on Language Exceptions 
Halts the execution of your program when your program raises a language exception. If this box is checked, the debugger ignores the exception types you select in Exception Types to Ignore. To place this command on your toolbar for easy access, use the ViewToolbarsCustomizeCommands page.  
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!