• Skip to main content
  • Select language
  • Skip to search
MDN Web Docs
  • Technologies
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs / DOM
    • WebExtensions
    • MathML
  • References & Guides
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
Firefox Developer Tools
  1. MDN
  2. Firefox Developer Tools
  3. Debugger
  4. Limitations of the new debugger

Limitations of the new debugger

Starting in version 52, Firefox includes a new debugger. The new debugger is currently enabled by default only in Firefox Developer Edition and Firefox Nightly. It's faster and more reliable than the old debugger, and provides a better foundation for future development.

However, it doesn't yet support all the features of the old debugger. This page lists features of the old debugger that are not yet supported in the new debugger.

Please note that we do intend to support most of these features in future releases, and this page will be updated accordingly.

If you need one of these features, you can switch back to the old Debugger by visiting about:config and setting the "devtools.debugger.new-debugger-frontend" preference to false.

The following features are not supported at all in the new debugger.

  • Breaking on DOM events
  • Highlighting and inspecting DOM nodes
  • Black box a source

Search is partially supported: you can search for a file by name and search for a string within the current file. However, you can't:

  • search across all files
  • search for function definitions across all files
  • jump to a particular line
  • filter the variables displayed.

 

 

Document Tags and Contributors

 Contributors to this page: dustindriver, wbamberg
 Last updated by: dustindriver, May 9, 2017, 1:28:25 PM
  1. Core Tools
    1. Page Inspector
    2. Web Console
    3. JavaScript Debugger
    4. Network Monitor
    5. Performance
    6. Responsive Design Mode
    7. Tips
  2. More Tools
    1. Memory
    2. Storage Inspector
    3. DOM Property Viewer
    4. Developer Toolbar
    5. Eyedropper
    6. Screenshot
    7. Scratchpad
    8. Style Editor
    9. Shader Editor
    10. Web Audio Editor
  3. Connecting the devtools
    1. about:debugging
    2. Connecting to Firefox for Android
    3. Connecting to iframes
    4. Connecting to other browsers
  4. Debugging the browser
    1. Browser Console
    2. Browser Toolbox
  5. Extending the devtools
    1. Adding a panel to the toolbox
    2. Example devtools add-ons
    3. Remote Debugging Protocol
    4. Stream Transport
    5. Source Editor
    6. The Debugger Interface
    7. Web Console custom output
  6. Settings
  7. Release notes