Closed
Bug 1581447
Opened 6 years ago
Closed 6 years ago
Event breakpoints ignore blackboxed files
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(firefox71 fixed)
RESOLVED
FIXED
Firefox 71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: Harald, Assigned: bmiriam1230)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
What were you doing?
- Open Debugger on http://localhost:3000/#bugs
- Enable Event BPs for Keyboard
- Type a search in the site
- Pauses …
- Blackbox
react-dom.production.min.js
- Continue and search again
What happened?
Pauses again in react-dom.production.min.js
, menu confirms that the file is blackboxed (by offering to unblackbox it)
What should have happened?
Pause in the react class that handles keydown
.
Anything else we should know?
Bug 1580374 affected DOM BPs similarly. Without this working it is nearly impossible to find the right event handler.
![]() |
Reporter | |
Updated•6 years ago
|
Blocks: dbg-blackbox
I can submit a patch for this. We need to pass in line
and column
to isBlackBoxed
for this to work properly.
Pushed by dwalsh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/195277db19c5
Fix event breakpoints ignoring blackboxed files. r=davidwalsh
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71
Updated•6 years ago
|
Assignee: nobody → bmiriam1230
You need to log in
before you can comment on or make changes to this bug.
Description
•