In association with heise online

12 July 2012, 16:38

Firefox 15 debugger to go into beta next week

  • Twitter
  • Facebook
  • submit to slashdot
  • StumbleUpon
  • submit to reddit

Debugging with native debugger
Zoom Debugging with new native debugger in Firefox 15.
Source: hacks.mozilla.org
Among the enhancements queued up by Mozilla in the next weeks for the new Firefox beta will be a new debugger for web applications. Firefox's JavaScript engine has been providing debugger support to extensions, most notably Firebug, for some years, but with Firefox 15, the entire debugging interface of Spidermonkey, the JavaScript engine, has been redesigned. This has eliminated much of the performance penalty that comes with running JavaScript code with a live debugger and it allows the debugger to be run remotely. The latter feature means that developers will be able to debug applications running on Firefox for Android or Firefox OS from a desktop or laptop computer.

Other new features of the debugger include the fact that when opened it will list all the page's scripts in a menu but complement that with a search box; this allows rapid navigation using partial filenames and ":" to go to line and "#" to go to search term. The debugger can also be triggered by the keyword debugger in the JavaScript source code, making it appear when that line is executed, or it can be called up on exceptions. It can, of course, also be called up with a Control-Shift-S or Cmd-Opt-S keyboard shortcut. A simple toolbar will offer the debugger's controls (resume, step over, step in and step out) while stack frames and in-scope variables are shown in a panel on the right.

While the Firefox debugger is not the only feature of Firefox 15, it is one that is likely to change how developers work with the browser. Designers may find other features such as the Responsive Design View, which lets the designer test how a page will react when resized, and the Layout View, which provides a visual blueprint of how a component is being placed on the page, more useful. More information about these soon-to-be-in-beta features can be found on a Mozilla Hacks blog posting.

(djwm)

Print Version | Send by email | Permalink: http://h-online.com/-1637795
 


  • July's Community Calendar





The H Open

The H Security

The H Developer

The H Internet Toolkit