Closed
Bug 1244339
Opened 9 years ago
Closed 6 years ago
Add ability for debugger to show where a messageManager message was sent from
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(firefox47 affected)
RESOLVED
DUPLICATE
of bug 981514
Tracking | Status | |
---|---|---|
firefox47 | --- | affected |
People
(Reporter: jaws, Unassigned)
Details
With a breakpoint in a messageManager listener, the callstack only goes as high as the function that was registered as the listener.
It would be nice if we could annotate the message object (maybe only when a debugger is open), so that the sender stack can be passed to the listener.
Comment 1•9 years ago
|
||
This feature would be nice to have, but I don't expect us to be able to work on it soon. With that in mind, I'm marking this bug as P3.
Priority: -- → P3
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 2•6 years ago
|
||
I believe this will be completed by bug 981514. Is that correct?
Updated•6 years ago
|
Blocks: dbg-async-stacks
Updated•6 years ago
|
Whiteboard: [debugger-mvp]
Updated•6 years ago
|
No longer blocks: dbg-async-stacks
Updated•6 years ago
|
Whiteboard: [debugger-mvp]
Updated•6 years ago
|
Type: defect → enhancement
Comment 3•6 years ago
|
||
Do you think this is a dupe of bug 981514? If not, i'm happy to re-open
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•