简体   繁体   English

在Chrome的脚本调试器中隐藏范围变量工具提示

[英]Hiding scope variable tooltip in Chrome's script debugger

When I step through code in Chrome's JavaScript debugger, I regularly run into a situation where a variable tooltip gets stuck and stays on screen, obscuring code that's behind it. 当我逐步浏览Chrome的JavaScript调试器中的代码时,经常会遇到这样的情况:变量工具提示卡住并停留在屏幕上,从而掩盖了背后的代码。 Clicking off the tooltip or on other scope variables doesn't help, and the only way to fix this is usually to close and reopen the Inspector pane, which ends the debugging session. 单击工具提示或其他作用域变量无济于事,解决此问题的唯一方法通常是关闭并重新打开“检查器”窗格,从而结束调试会话。

Is there any better way to hide the tooltip when it decides to stick around? 当工具提示决定坚持时,还有什么更好的隐藏方法?

Chrome可变工具提示

我在Mac OS 10.6的Safari 5.1.1中遇到了同样的问题,非常烦人,我必须关闭Web检查器-而不仅仅是最小化-然后重新打开以摆脱它,并且它经常发生。

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

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