Closed
Bug 1199876
Opened 10 years ago
Closed 10 years ago
[e10s] Breakpoints no longer hit inside actors from Browser Toolbox
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jryans, Unassigned)
References
(Blocks 2 open bugs)
Details
STR:
1. Open a in-tab toolbox
2. Open Browser Toolbox
3. Set a breakpoint in an actor
* Such as highlighter.js#pick
4. Use the toolbox to perform an action that triggers the actor's method
* Such as click the pick element button
ER:
Breakpoint hits.
AR:
No hit.
This is still working in 42, but broken in 43.
Will attempt a regression search soon.
Reporter | ||
Updated•10 years ago
|
status-firefox42:
--- → unaffected
status-firefox43:
--- → affected
Updated•10 years ago
|
Blocks: dbg-breakpoint
Updated•10 years ago
|
Blocks: dbg-browser
Reporter | ||
Comment 1•10 years ago
|
||
I misinterpreted the results before.
Nothing has changed between 42 and 43. Instead, the issue is that this fails for e10s windows. It continues to work in 43 if you open a tab toolbox in a non-e10s window.
I'm fairly sure this has never worked for e10s windows.
Blocks: dte10s
status-firefox42:
unaffected → ---
status-firefox43:
affected → ---
Keywords: regression,
regressionwindow-wanted
Summary: Breakpoints no longer hit inside actors from Browser Toolbox → [e10s] Breakpoints no longer hit inside actors from Browser Toolbox
Reporter | ||
Comment 2•10 years ago
|
||
And look at that... if you use the Browser Content Toolbox, it will stop.
Using the tools correctly helps!
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•