IDE Window: Project Options - Debugger Language Exceptions

From Lazarus wiki
Revision as of 19:38, 11 June 2023 by Martin (talk | contribs)
(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