简体   繁体   English

我在Android Studio上找不到调试窗口

[英]I can’t find my debug window on Android Studio

I've already tried finding it by debugging a program but the debug window still doesn't open. 我已经尝试通过调试程序找到它,但是调试窗口仍然没有打开。 Also tried by activating it on view but it is greyed out. 也可以通过在视图上激活它来进行尝试,但是它显示为灰色。 What can I do? 我能做什么?

Here is a picture of the greyed out button. 这是灰色按钮的图片。

转到android studio中的“查看”选项,然后单击它,然后单击选项工具栏按钮,您会发现新栏将出现在该栏的底部,您可以找到bebug窗口

Sometimes due to the cache memory Android Studio will behave in inappropriate manner. 有时由于缓存的原因,Android Studio的行为可能不适当。 My suggestion is that go to File --> Invalidate Caches/ Restart or go to Build--> clean or Rebuild project . 我的建议是转到文件->使缓存无效/重新启动,或者转到生成->清理或重建项目

If above option is for cleaning the cache memory and then Go to --> Run-->Debug . 如果以上选项用于清理缓存,然后转到->运行->调试

There you can find the debug the application. 您可以在其中找到调试应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM