mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Ability to keep pumping messages while being debugged, may be a solution for #21431
This commit is contained in:
parent
4d875f115c
commit
ae886a6f32
4 changed files with 30 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue