Closed
Bug 1084999
Opened 10 years ago
Closed 8 years ago
While using Browser Toolbox to debug greasemonkey userscripts, if you edit a userscript, the toolbox maintains the initial script unless you close and reopen it
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1112089
People
(Reporter: rick3162, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 20141011015303
Steps to reproduce:
1. Install greasemonkey addon (latest version is 2.2)
2. install a userscript
3. Enable Browser Toolbox:
- open the Toolbox settings and
- check "Enable chrome debugging" and "Enable remote debugging").
Then open Browser Toolbox and accept the incoming connection
4. Watch for error messages from the userscript in Console tab of Browser Toolbox
5. Edit the userscript (by either navigating to about:addons>User Scripts, and right click the userscript name>Edit
or click on the dropdown menu of the GM toolbar button, then hover mouse on script name>rightclick.
6. Straightly view your script in the Debugger (find it among the sources using the searchbox),
or watch for new error messages in the Toolbox, when one appears, click on it, and Debugger will open in the relevant line.
Actual results:
The displayed script is the initial version(before the edit).
(the edited script will be displayed only if you close and reopen the Toolbox)
Expected results:
The edited script should be displayed.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Component: Developer Tools → Developer Tools: Debugger
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•