Cirrus22 0 Posted March 23, 2023 (edited) Hi, This is probably lack of understanding. I cannot see where the debugger for GExperts is. But wherever it is it pops debug messages (only very occasionally) when I throw an error. For Example: This is simply a rasise Exception.create(........ I don't want this happening. How do I DISABLE (or later perhaps ENABLE) the GExperts debugger???? Thanks, kevin Edited March 23, 2023 by Cirrus22 Share this post Link to post
dummzeuch 1505 Posted March 23, 2023 (edited) GExperts does not have a debugger. That dialog is from the "Filter Exception" expert. Just disable it and you will get the simpler exception dialog of the IDE back. But you will still get a dialog when your program raises an exception while you debug it. That's a functionality of the IDE's debugger. The Filter Exceptions expert allows you to specify which exceptions to ignore based on the exception type and the content of the message. And that's either global or specific to a project. It also allows you to ignore all exceptions in the current session. Edited March 24, 2023 by dummzeuch Share this post Link to post
Cirrus22 0 Posted March 23, 2023 As usual, prompt and precise explanation. Thank you for getting back to me. Cheers, Kevin Share this post Link to post