Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firefox Developer edition missing add watch functionality

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?

thankshere is screenshot of what i see

like image 820
Jirka.Pleskanka Avatar asked Nov 25 '16 08:11

Jirka.Pleskanka


1 Answers

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.

like image 103
Sebastian Zartner Avatar answered Oct 20 '22 23:10

Sebastian Zartner