Issue 5019:
Editing a variable in the Watch window doesn't work
Steps to reproduce
- Open Firebug, enable the Script panel, reload.
- Click this button
- The debugger should halt at line
17
- Select the Watch side panel
- Change value of variable
a
to 200
- Change value of variable
b
to helloworld
- Toggle value of variable
c
to true
(by double click)
- Resume the debugger and select the Console panel
- You should see following log:
200 helloworld true