Android的工作室:如何使用监控器(DDMS)工具来调试应用程序一步一步?监控器、如何使用、应用程序、工作室

2023-09-05 01:43:06 作者:寡虎难敌众狼

我交换我从Eclipse开发环境到Android Studio的这些日子。我真的很喜欢它的自动完成等多项功能这个IDE提供。不过,我有一些问题做调试的时候。

I'm switching my development environment from Eclipse to Android Studio these days. And I really enjoy its autocompletion and many other features this IDE provide. However I have some problem when doing debugging.

我希望利用这个IDE提供了监视器工具,自我包含DDMS和非常好的可视化界面来跟踪内存使用情况,线程状态等。但我不能找到一种方法,这可能支持一步一步使用断点我有创造(即红点编辑)

I hope to use Monitor tool which this IDE provided, self included DDMS and very nice visual interface to track memory usage, thread condition and so on. But I can't find a way that this could support step by step using breakpoints I have create (That red dot in editor)

我只能一步一步做调试通过不打开该监视器。因为当我试图同时debbuger运行使用显示器,它会弹出一个窗口,要求我先断开亚洲开发银行。我也无法找到一个地方开始,从监视器应用程序。

I can only do step by step debug by not open this Monitor. Since when I try to use Monitor while debbuger is running, it will popup a window ask me to disconnect the ADB first. I also can't find a place to start application from Monitor.

我只是希望能知道吗?有没有一种方法,而使用显示器的同时Android的工作室做一步一步调试?请与我分享!谢谢!

I just hope to know? Is there a way to do step by step debug while using Monitor at same time in Android Studio? Please share with me! Thank you!

推荐答案

进入工具>安卓> Android设备监控,在v0.8.6。这将拉动DDMS Eclipse透视图。

Go to "Tools > Android > Android Device Monitor" in v0.8.6. That will pull up the DDMS eclipse perspective.

 
精彩推荐
图片推荐