IDE Window: Project Options - Debugger Language Exceptions

From Lazarus wiki
Revision as of 13:32, 4 September 2022 by Martin (talk | contribs) (Created page with "= Project Options => Debugger => Language Exceptions = <center>Image:Debugger_options_language_exceptions.png</center> Programs can raise exceptions. For example, when a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Project Options => Debugger => Language Exceptions

Debugger options language exceptions.png

Programs can raise exceptions. For example, when a file can not be read. Here you setup, if the debugger should stop on an exception.

Ignore these exceptions

Add your exceptions to ignore here. For example: EDivByZero

Notify on Exceptions

Uncheck this option if you don't want to stop on any exception