1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Ability to keep pumping messages while being debugged, may be a solution for #21431

This commit is contained in:
Juan Linietsky
2019-03-03 17:12:19 -03:00
parent 4d875f115c
commit ae886a6f32
4 changed files with 30 additions and 2 deletions

View File

@@ -311,6 +311,7 @@ void ScriptDebuggerRemote::debug(ScriptLanguage *p_script, bool p_can_continue)
} else {
OS::get_singleton()->delay_usec(10000);
OS::get_singleton()->process_and_drop_events();
}
}