Closed
Bug 1363534
Opened 8 years ago
Closed 7 years ago
debugger js source file line number code doesn't match file line number's code
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1248498
People
(Reporter: jmichae3, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0
Build ID: 20170504105526
Steps to reproduce:
Jesusnjim.com/at2.html
crtl-f5
ctrl-shift-i
debugger
crtl-f5
click on atoi64.js
right-click on line number go to line 1154
Actual results:
cude at line 1154 is not same as original code though I have re-uploaded it several times, debugger cache is probably broken again. it's off by about 500 lines. so I can't do any debugging for another 1-2 weeks. ugh.
Expected results:
caching in the debugger should be removed since it usually stays stale.
Updated•8 years ago
|
Component: Untriaged → Developer Tools: Debugger
I am affected by this bug as well. After making a change to a page and refreshing, I can see the changes in the response from the server, but the changes are not reflected in the debugger. The issue persists even when "Disable HTTP cache (when toolbox is open)" is enabled and when using CTRL-F5 to refresh. Disabling or clearing the disk cache forces the changes to appear in the debugger, but it is tedious to clear the cache before every refresh, and disabling it altogether slows down browsing on other sites where I don't have the toolbox open. My original inquiry on the Mozilla support forum: https://support.mozilla.org/en-US/questions/1201228#answer-1068945
Updated•7 years ago
|
Priority: -- → P2
Updated•7 years ago
|
Priority: P2 → --
Comment 2•7 years ago
|
||
Hey jryans, is this something that was fixed by Bug 1248498?
Flags: needinfo?(jryans)
(In reply to Jason Laster [:jlast] from comment #2)
> Hey jryans, is this something that was fixed by Bug 1248498?
Yes, this sounds the same to me. It should now be fixed in Nightly 60. If it is not, please re-open this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Flags: needinfo?(jryans)
Resolution: --- → DUPLICATE
Comment 4•7 years ago
|
||
This should be fixed, Jim Iislsdum is this fixed for you in devedition or nightly?
(In reply to Jason Laster [:jlast] from comment #4)
> This should be fixed, Jim Iislsdum is this fixed for you in devedition or
> nightly?
Yes, the issue has been resolved for me in Firefox Developer Edition v60.0b6.
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•