Is there a way to temporarily turn off exception dialogs in the Delphi 5 IDE without implementing an own exception handler? -


this question has answer here:

i've got old delphi 5 project bug needs fixed.

it loads right delphi 5 ide, on execution lot of indy exceptions are handled correctly program "connection closed gracefully". these not part of bug i'm trying fix, since exception dialogs displayed again , again it's unbelievable pain debug app.

is there way temporarily turn off exception dialogs in delphi 5 ide without implementing own exception handler? helpful when specific exception dialogs "connection closed gracefully" not displayed.

in debugger settings there option 'break on language exceptions'. turn off (uncheck). can anytime, in middle of debugging session.

if option switched on, debugger break when exceptions raised, if code subsequently handles them. important in debugging. can annoying if you're not interested in seeing exceptions, such in case.

you can leave 'break on language exceptions' checked, add exception types don't want break on, list of excluded exception types there in dialog. use option can helpful.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -