Closed
Bug 832163
Opened 8 years ago
Closed 8 years ago
Add a command for toggling the debugger server on desktop
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: vporof, Assigned: jwalker)
References
Details
Attachments
(1 file)
86.96 KB,
patch
|
Details | Diff | Splinter Review |
See https://bugzilla.mozilla.org/show_bug.cgi?id=751677#c5: "For desktop vs. desktop debugging sessions, some UI for starting a server is also needed. Ninjas currently rely on running bits of code found in various mythical gists, which is less than optimal."
Comment 1•8 years ago
|
||
maybe a gcli command? This is a pretty niche feature for, as you say, ninjas.
Component: Developer Tools: Debugger → Developer Tools: Graphic Commandline and Toolbar
Comment 2•8 years ago
|
||
moving back to debugger based on Panos' feelings that Joe would like commands to live in their respective components. Sheesh!
Component: Developer Tools: Graphic Commandline and Toolbar → Developer Tools: Debugger
Priority: -- → P3
Comment 3•8 years ago
|
||
Joe showed us something along these lines earlier today, so I guess it's his bug now!
Assignee: nobody → jwalker
Status: NEW → ASSIGNED
Comment 4•8 years ago
|
||
This is needed for our styleeditor work as well
Comment 5•8 years ago
|
||
Can the UI sit in the new options panel that is coming up in bug 851546 ? If this lands first, I can import it in the Connect tab of the options panel, sitting just next to the connect screen. Once the user starts the debugger, we can also tell him the port and host on which the server is running. It would be even simpler (to port to options panel) to do this if the UI for starting debugger server sits in the connect screen itself. We can have something like: _____________________________________________________________________________ | | | | | | Connect to remote device | Start the debugger on this machine | | ------------- | so that remote clients can connect | | Host : | | | | | ------------- | | | ------------- or -------------- | | Port : | | | | Start Server | | | ------------- | -------------- | | --------- | | | | Connect | | | | --------- | | | | | |_____________________________________________________________________________|
Comment 6•8 years ago
|
||
I like Optimizer's idea. But a simple command could be a good first step.
> listen 6000
Comment 7•8 years ago
|
||
(In reply to Paul Rouget [:paul] from comment #6) > I like Optimizer's idea. Me too.
Assignee | ||
Comment 8•8 years ago
|
||
(In reply to Panos Astithas [:past] from comment #7) > (In reply to Paul Rouget [:paul] from comment #6) > > I like Optimizer's idea. > > Me too. Lets discuss the options dialog in it's bug, and leave this bug for the command. OK?
Comment 9•8 years ago
|
||
(In reply to Joe Walker [:jwalker] from comment #8) > Lets discuss the options dialog in it's bug, and leave this bug for the > command. > OK? Specializing the subject accordingly.
Summary: Add UI for toggling the debugger server on desktop → Add a command for toggling the debugger server on desktop
Assignee | ||
Comment 10•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•