1

I have been using Firefox for a while now and switched to the developer edition recently. What I found was that the Web Console now displays variables as drop down options and not in a sidebar like previous versions. enter image description here

Am I missing an extension or something or is this how the Web Console behaves now?

harnamc
  • 541
  • 6
  • 20
  • I think you miss nothing... i try to search javascript in all code, as was possible in normal firefox, but you cant... I don't understand why they call it developer edition... – ocrampico Sep 02 '17 at 06:17

1 Answers1

0

Am I missing an extension or something or is this how the Web Console behaves now?

Yes, this was an intentional change.

Tom Tromey
  • 21,507
  • 2
  • 45
  • 63
  • Also maybe worth noting that there's a bug to allow the side panel again as well: https://bugzilla.mozilla.org/show_bug.cgi?id=1380501 – Tom Tromey Oct 05 '17 at 13:41