Firefox Developer edition missing add watch functionality

不问归期 提交于 2019-12-06 02:11:51

问题


After update to 52.0a2 and i am not able at javascript debugger create my own expressions, add watch etc. When i right click some variable i used to just select from context menu "add text to watch expression", but in newest version its missing. Do i have to enable someting?

thanks


回答1:


The Debugger panel in the Firefox Developer Edition 52.0a2 is actually an external project reworked from scratch, which doesn't have all features of the original Debugger panel yet.

The watch expressions are obviously not enabled yet due to some issues.

So, if you need watch expressions, you either need to wait until the feature is reimplemented in the new Debugger panel, or you can switch to the old UI by setting the preference devtools.debugger.new-debugger-frontend in about:config to false.



来源:https://stackoverflow.com/questions/40800183/firefox-developer-edition-missing-add-watch-functionality

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!