Merge pull request #99428 from Calinou/editor-default-enable-remote-deploy-debug
Enable Deploy with Remote Debug by default in the editor
This commit is contained in:
commit
76d66d47dd
2 changed files with 2 additions and 2 deletions
|
|
@ -187,7 +187,7 @@ void EditorRunNative::_bind_methods() {
|
|||
}
|
||||
|
||||
bool EditorRunNative::is_deploy_debug_remote_enabled() const {
|
||||
return EditorSettings::get_singleton()->get_project_metadata("debug_options", "run_deploy_remote_debug", false);
|
||||
return EditorSettings::get_singleton()->get_project_metadata("debug_options", "run_deploy_remote_debug", true);
|
||||
}
|
||||
|
||||
EditorRunNative::EditorRunNative() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue