Closed
Bug 115295
Opened 24 years ago
Closed 23 years ago
can't set breakpoints in global scope
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.0.1
People
(Reporter: rginda, Assigned: rginda)
Details
(Whiteboard: [native])
description says it all.
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
| Assignee | ||
Comment 1•24 years ago
|
||
This is probably a bug in native code.
Whiteboard: [native]
Target Milestone: --- → mozilla1.0
| Assignee | ||
Comment 2•24 years ago
|
||
Maybe sooner, we'll see how the 1.0 list goes.
Target Milestone: mozilla1.0 → mozilla1.0.1
| Assignee | ||
Comment 3•23 years ago
|
||
this was a problem with the top level script getting gc'd. "Fixed" with future
breakpoints.
Also, code ticks in top level scripts are fetched at script creation time, so we
have them later if needed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Other Applications
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•