Fix Debugger tab not updating when clearing errors

This commit is contained in:
kobewi
2022-06-06 01:27:09 +02:00
parent 3dac7ff876
commit 79c7d5b2ab
3 changed files with 41 additions and 34 deletions

View File

@ -116,6 +116,7 @@ private:
ScriptEditorDebugger *_add_debugger();
EditorDebuggerRemoteObject *get_inspected_remote_object();
void _update_errors();
friend class DebuggerEditorPlugin;
friend class DebugAdapterParser;