|
|
Line 4: |
Line 4: |
| |Feature status=In progress | | |Feature status=In progress |
| |Feature health=OK | | |Feature health=OK |
| | |Feature status note=JSD2 backend interface has landed, work ongoing on the remote debugging server and the user interface |
| }} | | }} |
| {{FeatureTeam | | {{FeatureTeam |
| |Feature product manager=Kevin Dangoor | | |Feature product manager=Kevin Dangoor |
| |Feature feature manager=Dave Camp | | |Feature feature manager=Dave Camp |
| |Feature lead engineer=Dave Camp | | |Feature lead engineer=Panos Astithas |
| |Feature additional members=Jason Orendorff, Jim Blandy, Panos Astithas | | |Feature additional members=Jason Orendorff, Jim Blandy, Victor Porof |
| }} | | }} |
| {{FeaturePageBody | | {{FeaturePageBody |
Line 17: |
Line 18: |
| {{FeatureInfo | | {{FeatureInfo |
| |Feature priority=P2 | | |Feature priority=P2 |
| | |Feature rank=2 |
| |Feature roadmap=Developer Tools | | |Feature roadmap=Developer Tools |
| |Feature list=Desktop | | |Feature list=Desktop |
Line 22: |
Line 24: |
| }} | | }} |
| {{FeatureTeamStatus}} | | {{FeatureTeamStatus}} |
| {| class="fullwidth-table"
| |
| |-
| |
| | style="font-weight: bold; background: #DDD;" | Feature
| |
| | style="font-weight: bold; background: #DDD;" | Status
| |
| | style="font-weight: bold; background: #DDD;" | ETA
| |
| | style="font-weight: bold; background: #DDD;" | Owner
| |
| |-
| |
| <section begin="status" />
| |
| | [[DevTools/Features/Debugger]]
| |
| | {{StatusHealthy|status=initial remote protocol work+stack trace display)}}
| |
| | 2011-05-27
| |
| | Kevin Dangoor
| |
| <section end="status" />
| |
| |-
| |
| |}
| |
|
| |
| == Summary ==
| |
|
| |
| Initial take on an integrated JavaScript debugger for Firefox.
| |
|
| |
| == Team ==
| |
|
| |
| Have some thoughts on what you want out of a debugger? Inspiration on how to do it? Join us on #devtools on irc.mozilla.org
| |
|
| |
| * Jim Blandy (irc: jimb): Remote debugging protocol, jsd2.
| |
| * Dave Camp (irc: dcamp): Firefox integration/UI, Remote debugging protocol.
| |
| * Jason Orendorff (irc: jorendorff): jsd2.
| |
|
| |
| == Repositories ==
| |
| * http://hg.mozilla.org/users/jblandy_mozilla.com/jsdbg2/ (JSD2)
| |
| * http://hg.mozilla.org/users/dcamp_campd.org/remote-debug/ (Remote Debugging Protocol/Firefox UI)
| |
| ** [http://hg.mozilla.org/users/dcamp_campd.org/remote-debug/file/tip/toolkit/components/debugger toolkit/components/debugger] has most of the protocol implementation
| |
| ** [http://hg.mozilla.org/users/dcamp_campd.org/remote-debug/file/tip/browser/components/debugger browser/components/debugger] has browser-specific protocol integration, and will have the debugging UI.
| |
|
| |
| == Related Bugs & Dependencies ==
| |
|
| |
| See the [http://mozilla.github.com/devtools/2011/status.html#debugger status page] for the bug list and current status.
| |
|
| |
| == Designs == | | == Designs == |
| * [[JSInspector]] | | * [[JSInspector]] |