alogrep 0 Posted 10 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 10 hours ago Shouldn't you be in the Debug configuration settings? Share this post Link to post
Brian Evans 118 Posted 8 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 6 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 6 hours ago by David Heffernan Share this post Link to post