Fix editor re-focus on debugger break on Windows
This commit is contained in:
parent
e44a2f1680
commit
033001375f
5 changed files with 20 additions and 11 deletions
|
|
@ -55,7 +55,7 @@ Error EditorRun::run(const String &p_scene, const String &p_write_movie) {
|
|||
args.push_back("--remote-debug");
|
||||
args.push_back(EditorDebuggerNode::get_singleton()->get_server_uri());
|
||||
|
||||
args.push_back("--allow_focus_steal_pid");
|
||||
args.push_back("--editor-pid");
|
||||
args.push_back(itos(OS::get_singleton()->get_process_id()));
|
||||
|
||||
bool debug_collisions = EditorSettings::get_singleton()->get_project_metadata("debug_options", "run_debug_collisons", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue