Enable Deploy with Remote Debug by default in the editor
This makes one-click deploy make use of remote debugging, so that you can see output from the remote device, run the debugger and use the monitor and performance/network profilers.
This commit is contained in:
@ -181,7 +181,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() {
|
||||
|
||||
Reference in New Issue
Block a user