Jump to content
Cirrus22

Remove Debug Window

Recommended Posts

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:

 

image.thumb.png.f48e775a9138e8f3aedc56e93dcdb423.png

 

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 by Cirrus22

Share this post


Link to post

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 by dummzeuch

Share this post


Link to post

As usual, prompt and precise explanation.

 

Thank you for getting back to me.

 

Cheers,

Kevin

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×