如何让LogCat变得“粘性”在调试时
当我切换到称为“调试时间”的替代现实时(Eclipse 的“调试透视图”变为活动状态),我希望 LogCat 始终存在;事实并非如此,我每次都必须手动/显式打开它。当调试时间到来时,我可以“训练它”始终在那里吗?
When I flip into that alternate reality known as Debug time (the Debug Perspective of Eclipse becomes active), I want LogCat to always be there; it's not, and I have to open it manually/explicitly each time. Can I "train it" to always be there when Debug time rolls around?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在左下角,应该有一个图标,当您将鼠标悬停在该图标上时,该图标会显示
将视图显示为快速视图
,单击该图标,然后单击 LogCat 并将其停靠在您想要的位置。这适用于我的伽利略版本的 Debog 视角。如果这就是您正在做的事情但它仍然没有保留,请尝试以管理员身份运行 eclipse。In the lower left corner, there should be an icon that shows
show view as a fast view
when you hover over it, click it then LogCat and dock it where you want. That works on my Galileo version's Debog perspective. If that's what you're doing and it still doesn't stay, try running eclipse in as administrator.我也有同样的问题。对我来说,答案是窗口底部图标视图中的所有项目都占用同一个窗口。一排图标的左侧是一个看起来像几个窗口的图标。单击它,它将恢复要修复的窗口。
希望这对
悬崖有帮助
I had the same problem. The answer , for me, was that all the items in the icon view at the bottom of the window occupy the same window. On the left side of the row of icons is one that looks like a couple of windows. Click on that and it restores the window to be fixed.
Hope this helps
Cliff