DevTools/Features/Debugger/TestPlan: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "= Debugger = {| class="fullwidth-table" |- | Feature | Status | Release Target | Dev Lead | QA Lead | Status |- | Debugger | {{StatusHealthy|status=Landed}} | Firefox 15 | P...")
 
Line 24: Line 24:


*[https://wiki.mozilla.org/DevTools/Features/Debugger Wiki page]
*[https://wiki.mozilla.org/DevTools/Features/Debugger Wiki page]
*[http://blog.astithas.com/2012/02/debugging-javascript.html Blog post]
*Designs
*Designs
**[https://wiki.mozilla.org/JSInspector JSInspector]
**[https://wiki.mozilla.org/JSInspector JSInspector]

Revision as of 14:36, 5 June 2012

Debugger

Feature Status Release Target Dev Lead QA Lead Status
Debugger Landed Firefox 15 Panos Astithas Ioana Budnar In progress

Summary

  • New JavaScript debugger.

References

Use Cases

  • Stack traces
  • Property viewer
  • Source viewer
  • Execution
  • Frame Tree Support
  • Environment/Property Viewer
  • Source Selector
  • Breakpoints
  • Web Worker debugging
  • Chrome debugging

Test Cases

  • The test cases for this feature can be viewed [ here].

Important Bugs

Not Tested

  • Other Dev Tools features.

Sign off

Criteria
  • All the test cases were executed.
  • All the major bugs have been fixed.