Closed
Bug 1438150
Opened 7 years ago
Closed 6 years ago
Debugger source code not refreshing
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: u611676, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20180206200532
Steps to reproduce:
I opened an html file with Firefox, I opened the Debugger panel of dev-tools.
Then with an external text editor I changed a couple of lines.
Back in Firefox I refreshed the page but the source code is freezed on the previeous source code.
Here's a video about the issue
https://drive.google.com/open?id=1Kh9g4GNXAxVpXpu7moJI2XwJRn0bUYw_
Actual results:
The Debugger source code is not refreshing
Expected results:
The Debugger source code should refresh
Comment 1•7 years ago
|
||
thanks for the report. I failed to reproduce it w/ this example https://dbg-bod-repro.glitch.me/
My steps were
1. add a page w/ an index.html file w/ a script
2. load the page
3. change the script to have an error. e.g. body becomes bod
http://recordit.co/isKjWPF5jo
Updated•7 years ago
|
Priority: -- → P2
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Blocks: dbg-sources
Priority: P2 → P3
Hi! I've tried on Firefox 65.0b8 and the problem seams solved.
Flags: needinfo?(luca.battarra)
Updated•6 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•