Fix error list not being cleared
This commit is contained in:
parent
879ce4c6e1
commit
9e85c95ca2
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue