Closed
Bug 1591993
Opened 5 years ago
Closed 5 years ago
Can't open devtools server source in Browser Content Toolbox when OBT is enabled
Categories
(DevTools :: Debugger, defect, P1)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: nchevobbe, Assigned: jlast)
References
Details
Steps to reproduce
- Make sure you enabled the omniscient browser toolbox
- Open Firefox on
data:text/html,<meta charset=utf8>
- Open the console
- Evaluate
1 + 1
- Open the Browser Content Toolbox from the Developers menu
- Bring up the Command palette and search for
webconsole
Expected results
I can see the devtools/server/actors/webconsole.js
file
Actual results
I can't find the file
Comment 1•5 years ago
|
||
Thanks for the report Nicolas!
I could reproduce this on my machine (Win10, Nightly)
Honza
Priority: -- → P1
Comment 2•5 years ago
|
||
@Jason, can you please look at this?
Thanks,
Honza
Flags: needinfo?(jlaster)
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → jlaster
Comment 4•5 years ago
|
||
I can't reproduce this bug anymore.
(I can see server/actor/webconsole
in the list of sources)
Can anyone confirm?
Honza
Flags: needinfo?(nchevobbe)
Flags: needinfo?(jlaster)
Reporter | ||
Comment 5•5 years ago
|
||
I confirm I did some webconsole actor debugging today and last week, so I don't reproduce this anymore
Flags: needinfo?(nchevobbe)
Comment 6•5 years ago
|
||
ok, thanks, closing
Honza
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
Updated•3 years ago
|
Flags: needinfo?(jlaster)
You need to log in
before you can comment on or make changes to this bug.
Description
•