alogrep 0 Posted 14 hours ago Hi. It is a few days that the IDE does not catch unhandled exceptions. For example, if i put a line with a division by zero, it just goes on. Before the system caught it and the app stopped after the error message. I have checked for any 'forgotten' Application OnException in my code, but I found none. The settings in Compile and Linking are shown in the attached picture. What else should I check, please? Share this post Link to post
Hans J. Ellingsgaard 23 Posted 14 hours ago Shouldn't you be in the Debug configuration settings? Share this post Link to post
Brian Evans 118 Posted 12 hours ago The debugger catches them before they are handled in the application/project not after. When shown by the debugger there is a checkbox to ignore that class of exception going forward. Share this post Link to post
David Heffernan 2428 Posted 11 hours ago (edited) Or maybe floating point exceptions are masked so there is no exception. We can't see your code, or know what version you use. Edited 11 hours ago by David Heffernan Share this post Link to post
Lajos Juhász 316 Posted 1 hour ago The version also matters since it was changed for version 12. https://dalijap.blogspot.com/2023/09/coming-in-delphi-12-disabled-floating.html Share this post Link to post