Closed
Bug 1001306
Opened 11 years ago
Closed 10 years ago
When remotely debugging a xulrunner app, the debugger doesn't reload the script after modifying and reloading
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 893696
People
(Reporter: duanyao.ustc, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140414143035
Steps to reproduce:
1. Start a xulrunner app, and use firefox's developer tools to connect to it .
(a sample app can be found at https://bugzilla.mozilla.org/show_bug.cgi?id=997127)
2. Switch to the debugger, open a script/html file belonging to the xulrunner app.
3. Modify the file openned in debugger.
4. Reload the page of the xulrunner app by evaluating 'location.reload()' in the web console.
Actual results:
The the file openned in debugger is not reloaded, i.e. debugger keeps the old version, and there is no way to reload the file manually.
Expected results:
The the file openned in debugger is reloaded automatically after the main page is reloaded.
Comment 1•10 years ago
|
||
This looks like a duplicate of bug 893696.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
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
•