如何省略 Google Chrome Javascript 控制台(在 Webdeveloper Tools 中)中的重复条目?
在 bash 中,我习惯
HISTCONTROL=ignoredups:ignorespace
忽略写入 bash 历史记录的重复条目。是否可以在 Google Chrome Javascript 控制台中执行此操作?我经常重复调用最后一个命令来检查我在网站上的最新更改效果,但如果我想返回一点,我必须按向上键很多次......
In bash I use
HISTCONTROL=ignoredups:ignorespace
to omit duplicate entries be written to bash history. Is it possible to do it in Google Chrome Javascript Console? I often invoke the last command repeatedly to check my latest change effect on my site but then if I want to go back a little I have to press the up key so many times...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎没有什么办法可以控制它。不过,那就太好了...也许可以将其报告为 Google Chrome 的功能请求?
现在猜想,你的手指会得到很多锻炼......:D
Doesn't seem to be any way to control that. That'd be nice, though... Maybe report it as a feature request for Google Chrome?
Guess for now, your fingers will be getting a lot of exercise... :D