Closed Bug 698541 Opened 13 years ago Closed 7 years ago

Add web console support for multiple named consoles

Categories

(DevTools :: Console, defect, P4)

7 Branch
defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: sheppy, Unassigned)

Details

It would be handy to be able to direct output to multiple consoles; that is, to create a named console and direct output to that, so that output would appear in its own tab in the web console. This would let addons, web apps, etc that are in development keep their output separate from all the cruft that can appear -- plus it could even be used to track multiple issues at once very easily by using multiple logs per web app while in development.
Component: Developer Tools → Developer Tools: Console
This is almost possible if you open a new web console instance, in a new window, and you don't connect to the remote target. Then you can just output messages to it, using the web console API. Currently, that output API is ugly, but once bug 778766 is fixed, that would be much nicer and easier.

The only problem is that it's not easy/nice to open new "dumb" web console instances. That could be done if someone takes the time to do so. Currently this is not a goal for us.
Priority: -- → P4
Inactive for 5 years. Closing now.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.