Firefox Developer 版本缺少添加监视功能

Firefox Developer edition missing add watch functionality

更新到 52.0a2 后,我无法在 javascript 调试器中创建我自己的表达式、添加监视等。当我右键单击某个变量时,我过去只是从上下文菜单 select "add text to watch expression",但在最新版本中它丢失了。我必须启用某些功能吗?

谢谢

Firefox Developer Edition 52.0a2 中的 Debugger 面板实际上是一个 external project reworked from scratch,它不具备原始 Debugger 的所有功能 面板尚未。

监视表达式为obviously not enabled yet due to some issues

因此,如果您需要监视表达式,您需要等到新的 Debugger 面板中重新实现该功能,或者您可以切换到旧的 UI 通过将 about:config 中的首选项 devtools.debugger.new-debugger-frontend 设置为 false.