简体   繁体   English

无法在(Android)中点击调试器

[英]Unable to hit debugger in ( Android)

Dont what when wrong here , debuger use to hit the code. 不要错在这里什么时候,debuger用来打代码。 But after I delete the emulator and recreate one , after I cant debug the code. 但在我删除模拟器并重新创建之后,我无法调试代码。

I have to log exceptions using Log.e() which is quite painfully. 我必须使用Log.e()记录异常,这非常痛苦。

Can you please how to enable debuging ? 你能问一下如何启用debuging吗?

在此输入图像描述

在此输入图像描述

Breakpoints are enable, but they disable 断点已启用,但它们会禁用 在此输入图像描述

I might be missing something, but from the picture it seems like all your breakpoints are disabled. 我可能会遗漏一些东西,但是从图片中可以看出所有断点都被禁用了。 Try enabling them (right click on breakpoint -> enable breakpoint) 尝试启用它们(右键单击断点 - >启用断点)

Run --> Double click skip all breakpoints. 运行 - >双击跳过所有断点。 Resolved the issue. 解决了这个问题。

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

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