I've got a very old Delphi 5 project where a bug needs to be fixed.
It loads all right into the Delphi 5 IDE, but on execution I get a lot of Indy Exceptions that ARE handled correctly by the program like "connection closed gracefully". These are not a part of the bug I'm trying to fix, but since I get exception dialogs displayed again and again it's an unbelievable pain to debug the app.
Is there a way to temporarily turn off exception dialogs in the Delphi 5 IDE without implementing an own exception handler? It would be especially helpful when only some specific exception dialogs like "connection closed gracefully" are not displayed.