Closed Bug 534222 Opened 15 years ago Closed 14 years ago

Object trace disabling (from bug 216452) is never actually enabled

Categories

(Other Applications Graveyard :: Venkman JS Debugger, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bugzilla-mozilla-20000923, Unassigned)

References

Details

venkman-debugger.js:initDebugger does this:
    if (compareVersion(1, 2) >= 0)
        console.jsds.flags = jsdIDebuggerService.DISABLE_OBJECT_TRACE;
And a few lines later, this:
    console.jsds.flags = jsdIDebuggerService.ENABLE_NATIVE_FRAMES;

The later overrides the former (the if checks JSD is version 1.2 or later, 1.2 is the current version). This means JSD will always be doing the object tracing, when the code appears to want it turned off.
I fixed this in bug 576869. Thanks! :-)
Status: NEW → RESOLVED
Closed: 14 years ago
Depends on: 576869
Resolution: --- → FIXED
Product: Other Applications → Other Applications Graveyard
You need to log in before you can comment on or make changes to this bug.