diff --git a/editor/plugins/game_view_plugin.cpp b/editor/plugins/game_view_plugin.cpp index 35ae2a8e7e3..10f410c5204 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() :