将鼠标悬停在变量上时,Firefox Developer Edition 不显示快速监视弹出窗口 window

Firefox Developer Edition not showing quick watch pop up window when hovered over variable

我刚刚安装了 Firefox Developer Edition (V 52.0a2 (2017-01-03) (32-bit))。我尝试调试 JS 文件,并像往常一样将鼠标悬停在 JS 变量上。我期待着快速手表会出现流行音乐,但什么也没出现。然后我尝试右键单击该变量,并希望出现一个上下文菜单,其中包含将变量添加到手表的选项,但也没有,而是我有两个选项 "Remove Breakpoint"、"Edit Breakpoint"。所有这些都适用于旧版本的 FF Developer 版本。我在这里遗漏了什么,或者他们只是删除了 "add to watch" 选项(出于所有正当理由我不这么认为。)

您看到的是 new debugger UI 独立于 Firefox 开发的,它实现了新功能,但仍然缺少旧 UI 的一些功能。

watch expression features (and with them the context menu option) were obviously already reimplemented, but not merged into the Firefox sources yet. See also bug 1319402