Closed
Bug 862945
Opened 12 years ago
Closed 6 years ago
thousands of exceptions from sr_getprops and scv_cellprops
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: db48x, Unassigned)
Details
These errors are making it quite difficult to debug things; they're scrolling the things I care about out of the console buffer; they happen whenever the tree views are updated, whenever the mouse hovers over the trees, etc.
Exception ``TypeError: properties is undefined'' thrown from function sr_getprops() in <chrome://venkman/content/venkman-records.js> line 483.
[] message = [string] "properties is undefined"
Exception ``TypeError: properties is undefined'' thrown from function scv_cellprops() in <chrome://venkman/content/venkman-views.js> line 1337.
[] message = [string] "properties is undefined"
and in the console:
vnk: execution hook: function vr_getprops() in <chrome://venkman/content/venkman
-records.js> line 625
vnk: + value (object) [xpconnect wrapped jsdIValue]
*
vnk: execution hook: function wv_cellprops() in <chrome://venkman/content/venkma
n-views.js> line 4295
vnk: + value (object) [xpconnect wrapped jsdIValue]
*
Firefox 22.0a2 (2013-04-17) with Venkman 0.9.89.
Comment 1•12 years ago
|
||
See bug 407956.
Comment 2•12 years ago
|
||
Comment 3•6 years ago
|
||
Component is obsolete so resolving bugs as INCOMPLETE
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
Updated•6 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
•