Closed
Bug 815992
Opened 12 years ago
Closed 10 years ago
Can't set a breakpoint in an eval block
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 865313
People
(Reporter: past, Unassigned)
References
Details
Victor said in bug 812869 comment 12:
"One problem, unrelated to this patch, is that I can't seem to be able to place a breakpoint inside an eval block, not even while it is being evaluated. This also seemed to have regressed recently, although I can't seem to pinpoint a changeset range. Another (possibly related) confusing behavior with eval blocks: go to our beloved debugger page, set a breakpoint on line 14, click me and start stepping in; it seems we're going through the block twice."
Reporter | ||
Comment 1•12 years ago
|
||
Even though eval isn't commonly used without dynamically generated code, I have already started looking into this. Taking.
Assignee: nobody → past
Status: NEW → ASSIGNED
Priority: -- → P3
Reporter | ||
Comment 2•11 years ago
|
||
I haven't actually been looking into this for quite a while.
Assignee: past → nobody
Status: ASSIGNED → NEW
Updated•11 years ago
|
Depends on: dbg-source
Updated•11 years ago
|
Flags: firefox-backlog-
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•