Status
People
(Reporter: mozdev, Unassigned)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
At the moment when developing a Web app for the desktop (that is not on an Android device) the only way to debug is to start the Web runtime with the Error console [1]. This request is thus: When running the Web runtime from the command line the console methods [2] should output to stdout. [1] : https://developer.mozilla.org/en-US/docs/Apps/Tutorials/Debugging_the_app [2] : https://developer.mozilla.org/en-US/docs/DOM/console
Comment 1•6 years ago
|
||
We could override the console object and log to stdout, if we want this.
Comment 2•6 years ago
|
||
We will support a developer mode with console, debugger and all the tools available in Firefox.
Status: UNCONFIRMED → RESOLVED
Last Resolved: 6 years ago
Resolution: --- → INVALID
(Assignee) | ||
Updated•3 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•