Closed
Bug 1318174
Opened 8 years ago
Closed 5 years ago
Cannot debug more than one WebExtension at a time.
Categories
(WebExtensions :: Developer Tools, enhancement, P5)
WebExtensions
Developer Tools
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1525533
People
(Reporter: bugzilla, Unassigned)
References
(Depends on 1 open bug)
Details
(Whiteboard: triaged [addon-debugging])
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0
Build ID: 20161028101142
Steps to reproduce:
I wanted to debug WebExtension B's background script. I already had a debugger running on unrelated WebExtension A's background script.
1. I navigated to about:debugging
2. I clicked the "Debug" button next to WebExtension B
Actual results:
I received a popup saying "Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system."
There was no debugger for WebExtension B. The debugger for WebExtension A continued running as usual.
Expected results:
I should have been able to debug WebExtension B.
Updated•8 years ago
|
Component: WebExtensions: Untriaged → WebExtensions: Developer Tools
Comment 1•8 years ago
|
||
look at after support for OOP webextensions - currently related to limitation of toolbox process
Priority: -- → P2
Whiteboard: pending
Updated•8 years ago
|
Whiteboard: pending → pending OOP landing
Updated•8 years ago
|
Depends on: webext-oop
Updated•8 years ago
|
Whiteboard: pending OOP landing → triaged
Updated•7 years ago
|
Priority: P2 → P5
Updated•7 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•6 years ago
|
Product: Toolkit → WebExtensions
Updated•5 years ago
|
Type: defect → enhancement
Whiteboard: triaged → triaged [addon-debugging]
Comment 2•5 years ago
|
||
This is now working, it has been fixed as a side-effect of migrating the "Addon Debugging toolbox" away from BrowserToolboxProcess
, which was part of the changes introduced by Bug 1525533.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•