WPF 类似 Firebug 工具?
我想运行我的程序并将鼠标悬停在元素上,并让程序在可视化树中向我显示我正在悬停的内容。我尝试了“Snoop”,但它只是向我展示了一个可视化树,而无法在运行时实际悬停在元素上。你们知道有这样的工具吗?
I'd like to run my program and hover on elements and have a program show me in the visual tree what I am hovering. I tried 'Snoop' but it just shows me a visual tree without the ability of actually hovering on the elements at runtime. Do you guys know of such a tool?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Snoop - 在运行时悬停元素来完成此操作,只需在鼠标悬停时单击 ctrl+shift 即可。
you can do it with Snoop - hover elements at runtime, just click ctrl+shift while hovering with the mouse.