Closed
Bug 218410
Opened 22 years ago
Closed 22 years ago
too many messages in interactive session pane
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 219957
People
(Reporter: bugzilla.mozilla.org, Assigned: rginda)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030902 Firebird/0.6.1+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030902 Firebird/0.6.1+
when a debugged JS contains lines that cause a warning message Venkman spills
out this message too many times
i.e.
327: if (window.ActiveXObject)
Warning ``reference to undefined property window.ActiveXObject'' [xs] in file
``http://domain.com/purchase_dev/javascript/transformatorClass.js'', line 327,
character 0.
Warning ``reference to undefined property window.ActiveXObject'' [xs] in file
``http://domain.com/purchase_dev/javascript/transformatorClass.js'', line 327,
character 0.
Warning ``reference to undefined property window.ActiveXObject'' [xs] in file
``http://domain.com/purchase_dev/javascript/transformatorClass.js'', line 327,
character 0.
Warning ``reference to undefined property window.ActiveXObject'' [xs] in file
``http://domain.com/purchase_dev/javascript/transformatorClass.js'', line 327,
character 0.
Warning ``reference to undefined property window.ActiveXObject'' [xs] in file
``http://domain.com/purchase_dev/javascript/transformatorClass.js'', line 327,
character 0.
Warning ``reference to undefined property window.ActiveXObject'' [xs] in file
``http://domain.com/purchase_dev/javascript/transformatorClass.js'', line 327,
character 0.
Warning ``reference to undefined property window.ActiveXObject'' [xs] in file
``http://domain.com/purchase_dev/javascript/transformatorClass.js'', line 327,
character 0.
Warning ``reference to undefined property window.ActiveXObject'' [xs] in file
``http://domain.com/purchase_dev/javascript/transformatorClass.js'', line 327,
character 0.
Warning ``reference to undefined property window.ActiveXObject'' [xs] in file
``http://domain.com/purchase_dev/javascript/transformatorClass.js'', line 327,
character 0.
Warning ``reference to undefined property window.ActiveXObject'' [xs] in file
``http://domain.com/purchase_dev/javascript/transformatorClass.js'', line 327,
character 0.
Warning ``reference to undefined property window.ActiveXObject'' [xs] in file
``http://domain.com/purchase_dev/javascript/transformatorClass.js'', line 327,
character 0.
Warning ``reference to undefined property window.ActiveXObject'' [xs] in file
``http://domain.com/purchase_dev/javascript/transformatorClass.js'', line 327,
character 0.
Warning ``reference to undefined property window.ActiveXObject'' [xs] in file
``http://domain.com/purchase_dev/javascript/transformatorClass.js'', line 327,
character 0.
Warning ``reference to undefined property window.ActiveXObject'' [xs] in file
``http://domain.com/purchase_dev/javascript/transformatorClass.js'', line 327,
character 0.
#0: function _toString(node=XMLDocument:{0}) in
<http://domain.com/purchase_dev/javascript/transformatorClass.js> line 331
331: var ser = new XMLSerializer;
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Reporter | ||
Comment 1•22 years ago
|
||
added another report about this issue - its not realy specific to venkman. it
happens in the JS console too
*** This bug has been marked as a duplicate of 219957 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
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
•