You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem or limitation you are having in your project
"Errors" that are not errors in the Debugging Error log are often spurious and can obscure genuine errors. For example: godotengine/godot#44771
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Add the "Ignore" ability to the Debugger>Errors list. This functionality already exists on the bottom-of-script error panel, but adding it to the error console too will make it easier to access and more obvious.
Describe the problem or limitation you are having in your project
"Errors" that are not errors in the Debugging Error log are often spurious and can obscure genuine errors. For example: godotengine/godot#44771
Describe the feature / enhancement and how it helps to overcome the problem or limitation
I had other logging suggestions, but it seems they've already been suggested:
godotengine/godot#19122
godotengine/godot#7095
There's also a promising PR:
godotengine/godot#41321
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
As above.
If this enhancement will not be used often, can it be worked around with a few lines of script?
n/a
Is there a reason why this should be core and not an add-on in the asset library?
n/a
The text was updated successfully, but these errors were encountered: