Closed
Bug 459996
Opened 16 years ago
Closed 6 years ago
Cannot debug js modules
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Other Applications Graveyard
Venkman JS Debugger
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: dbo, Assigned: rginda)
Details
Putting break points in a javascript module, venkman doesn't stop at them. A debug build shows up the following assertion:
vnk: execution hook: function cal_itip_checkAndSend() in <file:/Volumes/data/moz_cc/sbird-cc-debug_Darwin/mozilla/dist/xpi-stage/lightning/modules/calItipUtils.jsm> line 170
** ASSERTION FAILED: no cx in execution hook **
<top>
anonymous@60
jsdExecutionHook@303
cal_itip_checkAndSend@170
cT_onOperationComplete@160
...
Comment 1•16 years ago
|
||
This doesn't surprise me. JavaScript modules were introduced in 1.9, and we haven't had much work on them...
Comment 2•14 years ago
|
||
Now it annoys me, since I'm using JSM's a lot more...
Something else I've noticed: I constructed an object from a constructor function in the JSM. The "Local variables" panel doesn't show the object.
I'm willing to fix, just not sure where to look.
OS: Mac OS X → All
Hardware: PowerPC → All
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
•