|
|
(17 intermediate revisions by 7 users not shown) |
Line 1: |
Line 1: |
| {| class="fullwidth-table" | | {{FeatureStatus |
| |- | | |Feature name=Debugger |
| | style="font-weight: bold; background: #DDD;" | Feature | | |Feature stage=Complete |
| | style="font-weight: bold; background: #DDD;" | Status | | |Feature status=In progress |
| | style="font-weight: bold; background: #DDD;" | ETA | | |Feature version=Firefox 15 |
| | style="font-weight: bold; background: #DDD;" | Owner | | |Feature health=OK |
| |- | | }} |
| <section begin="status" />
| | {{FeatureTeam |
| | [[DevTools/Features/Debugger]] | | |Feature product manager=Kevin Dangoor |
| | {{StatusHealthy|status=initial remote protocol work+stack trace display)}} | | |Feature feature manager=Rob Campbell |
| | 2011-05-27 | | |Feature lead engineer=Panos Astithas |
| | Kevin Dangoor | | |Feature security lead=Mark Goodwin |
| <section end="status" />
| | |Feature qa lead=Ioana Budnar |
| |-
| | |Feature ux lead=Stephen Horlander |
| |}
| | |Feature additional members=Jason Orendorff, Jim Blandy, Victor Porof, Mihai Sucan |
| | | }} |
| == Summary == | | {{FeaturePageBody |
| | | |Feature overview=New JavaScript debugger. |
| Initial take on an integrated JavaScript debugger for Firefox.
| | |Feature users and use cases=JavaScript developers |
| | | }} |
| == Team ==
| | {{FeatureInfo |
| | | |Feature priority=P1 |
| 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
| | |Feature rank=6 |
| | | |Feature roadmap=Developer Tools |
| * Jim Blandy (irc: jimb): Remote debugging protocol, jsd2.
| | |Feature list=Desktop |
| * Dave Camp (irc: dcamp): Firefox integration/UI, Remote debugging protocol.
| | |Feature engineering team=DevTools |
| * Jason Orendorff (irc: jorendorff): jsd2.
| | }} |
| | | {{FeatureTeamStatus |
| == Repositories ==
| | |Feature security status=sec-review-complete |
| * http://hg.mozilla.org/users/jblandy_mozilla.com/jsdbg2/ (JSD2)
| | |Feature security health=OK |
| * http://hg.mozilla.org/users/dcamp_campd.org/remote-debug/ (Remote Debugging Protocol/Firefox UI)
| | |Feature security notes=[[Security/Reviews/Firefox/RemoteDebug|Notes]] |
| ** [http://hg.mozilla.org/users/dcamp_campd.org/remote-debug/file/tip/toolkit/components/debugger toolkit/components/debugger] has most of the protocol implementation
| | |Feature qa status=work in progress |
| ** [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.
| | |Feature qa notes=[https://wiki.mozilla.org/index.php?title=DevTools/Features/Debugger/TestPlan Test Plan] |
| | | }} |
| == 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]] |
Line 374: |
Line 370: |
| |} | | |} |
| __NOTOC__ | | __NOTOC__ |
|
| |
| [[Category:Features]]
| |
| [[Category:Firefox]]
| |