Closed
Bug 1594979
Opened 5 years ago
Closed 5 years ago
Logpoints fail to log with `frame is null`
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(firefox72 fixed)
RESOLVED
FIXED
Firefox 72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: Harald, Assigned: jlast)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
What were you doing?
- Opened Debugger on https://webflow.com/dashboard/welcome
- Enabled
Mouse
category in Event BPs, thenLog
- Filled out the form
What happened?
No logs, TypeError: frame is null messages.js:248:23
Assignee | ||
Comment 1•5 years ago
|
||
Looks like the error is coming here: we assume that the message has a filename
https://searchfox.org/mozilla-central/source/devtools/client/webconsole/utils/messages.js#238-249
Reporter | ||
Comment 2•5 years ago
|
||
Right. When I pause on that page for mouse events, it pauses in a SOURCE
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/acfd160d3998
Logpoints fail to log with `frame is null`. r=bhackett
Comment 5•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 72
Updated•5 years ago
|
Assignee: nobody → jlaster
Updated•5 years ago
|
QA Whiteboard: [qa-72b-p2]
You need to log in
before you can comment on or make changes to this bug.
Description
•