Closed
Bug 1352372
Opened 9 years ago
Closed 9 years ago
Connect netmonitor controller to devtools-launchpad
Categories
(DevTools :: Netmonitor, enhancement)
DevTools
Netmonitor
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: rickychien, Unassigned)
References
Details
devtools-launchpad is throwing connection timeout error in console. Pass a connection object in bug 1349415 didn't setup properly with bootstrap.
This task will be based on bug 1349415 and find out the root cause why devtools-launchpad is unable to connect to controller.
| Reporter | ||
Comment 1•9 years ago
|
||
Sorry for reporting this bug incorrectly. I was wrong when running ./mach run without adding debugger port --start-debugger-server 6080
Netmonitor is able to connect to launchpad properly by using STR in README.md
# run dev-server
yarn start
# execute firefox with
./mach run --start-debugger-server 6080 http://localhost:8000
Assignee: rchien → nobody
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Whiteboard: [netmonitor][triage] → [netmonitor]
Updated•9 years ago
|
No longer blocks: netmonitor-phaseII
Iteration: 55.2 - Apr 3 → ---
Priority: P1 → --
Whiteboard: [netmonitor]
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•