Is there a per-project setting for "Notify on language exceptions"?

121 Views Asked by At

Or perhaps a compiler/switch directive?

I had an existing project which after I installed MadExcept, would only show the MadExcept Exception Dialog upon an exception and that is what I wanted; I did not want to see the default Delphi Debugger Exception Notification.

The problem was that on any new project both the default Delphi Debugger Exception Notification and the MadExept Dialog would pop up upon an exception. Too many clicks to be made... Remember; I am lazy :)

I noticed the Notify on language exceptions setting was enabled and disabling it would then only have the MadExcept dialog popup but I would like to know why when it is enabled the pre-existing project would not popup the default Delphi Debugger Exception Notification dialog and the other projects would? Is there some sort of directive in code that may affect this or a project setting?

I am happy to disable Notify on language exceptions but I am curious to know how this per-project situation has come into being.

0

There are 0 best solutions below