Closed
Bug 119851
Opened 24 years ago
Closed 24 years ago
<chrome://inspector/content/ViewerRegistry.js> contains no code at line 207
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: timeless, Assigned: rginda)
Details
Steps,
load inspector
load venkman
set venkman to dump stacks on exceptions
load chrome://inspector/content in inspector
expand viewerregistry.js in venkman
click random lines in venkman trying to set a debugging point.
expect: successful breakpoint.
I'm doing this because 207 generated an error and i need its caller. I filed
bug 119850 because copying venkman's error to nc4 resulted in an assert.
| Assignee | ||
Comment 1•24 years ago
|
||
Line 207 of that file is |return this.mViewerHash[aUID].viewer;| here, and I can
set and clear a breakpoint on it at will.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 2•24 years ago
|
||
Verify. i have no problem setting a breakpoint either.
Status: RESOLVED → VERIFIED
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
•