Ability to keep pumping messages while being debugged, may be a solution for #21431
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user