From 079a52453a2398aaf4cbc1d69c854fe8d6152b26 Mon Sep 17 00:00:00 2001 From: Anish Mishra Date: Sat, 7 Jun 2025 12:33:57 +0530 Subject: [PATCH] Fix Game runtime debugging in the Android Editor --- editor/plugins/game_view_plugin.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/editor/plugins/game_view_plugin.cpp b/editor/plugins/game_view_plugin.cpp index 35ae2a8e7e..10f410c520 100644 --- a/editor/plugins/game_view_plugin.cpp +++ b/editor/plugins/game_view_plugin.cpp @@ -1275,6 +1275,9 @@ bool GameViewPluginBase::_is_window_wrapper_enabled() const { } GameViewPluginBase::GameViewPluginBase() { +#ifdef ANDROID_ENABLED + debugger.instantiate(); +#endif } GameViewPlugin::GameViewPlugin() :