Closed
Bug 829573
Opened 12 years ago
Closed 12 years ago
When using the Web runtime, console methods should output to stdout
Categories
(Firefox Graveyard :: Webapp Runtime, defect)
Firefox Graveyard
Webapp Runtime
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mozdev, Unassigned)
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•12 years ago
|
||
We could override the console object and log to stdout, if we want this.
Comment 2•12 years ago
|
||
We will support a developer mode with console, debugger and all the tools available in Firefox.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•