You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix error list not being cleared
This commit is contained in:
@@ -884,8 +884,7 @@ void ScriptEditorDebugger::_clear_breakpoints() {
|
||||
}
|
||||
|
||||
void ScriptEditorDebugger::start(Ref<RemoteDebuggerPeer> p_peer) {
|
||||
error_count = 0;
|
||||
warning_count = 0;
|
||||
_clear_errors_list();
|
||||
stop();
|
||||
|
||||
peer = p_peer;
|
||||
|
||||
Reference in New Issue
Block a user