Closed
Bug 958377
Opened 11 years ago
Closed 11 years ago
breakpoints still there after removing, also restored on refresh
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: jmichae3, Unassigned)
Details
Attachments
(1 file)
4.67 KB,
application/zip
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0 (Beta/Release)
Build ID: 20131205075310
Steps to reproduce:
set breakpoints. refreshed page many times. right clicked on breakpoint, remove or remove all. blue breakpoint still there. so I click the blue circles. refresh page, all breakpoints restored.
jesusnjim.com/test/js-include.html
actually with my local test domain j/test/js-include.html
Actual results:
breakpoints were restored when they should not have been
Expected results:
breakpoints should have remained gone.
Reporter | ||
Comment 1•11 years ago
|
||
if it helps any, this was a long debug session - perhaps ff or debugger is not stable enough?
Reporter | ||
Comment 2•11 years ago
|
||
test case minus irrelevant css files and icon.
Updated•11 years ago
|
Component: Untriaged → Developer Tools: Debugger
Comment 3•11 years ago
|
||
I attempted to follow the STR, but was unable to reproduce the issue. Is there a specific file and line I should be setting breakpoints on?
Flags: needinfo?(jmichae3)
Reporter | ||
Comment 4•11 years ago
|
||
when i open the page, the debugger doesn't ungray the debug buttons (step in, step out, etc).
line 126.
Flags: needinfo?(jmichae3)
Comment 5•11 years ago
|
||
* Added a breakpoint at line 126 of js-include.html,
* refreshed the page multiple times,
* removed all breakpoints via the context menu.
The blue dots are gone.
* Refreshed.
Did not pause where breakpoints used to be.
------------------------------------------------------------
If you can create an alternative test case and/or *exact* steps to reproduce, please reopen this bug. As it stands now, we don't have sufficient information to reproduce your experience, so we can't do anything here.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•