Closed
Bug 595096
Opened 14 years ago
Closed 14 years ago
Providing pref observer listener to hide/show the menu
Categories
(DevTools :: General, enhancement)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 596249
Firefox 4.0
People
(Reporter: alice0775, Unassigned)
Details
After landing Bug 593538 - Hide the Error Console behind a preference,
I can not use Error Console in Safe mode any more.
Please Add a command line option for Error console to be enabled.
Reporter | ||
Comment 1•14 years ago
|
||
Alternative:
Please add pref observer to change state of the Error Console.
Comment 2•14 years ago
|
||
Does |firefox -safe-mode -jsconsole| start the error console?
Reporter | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
> Does |firefox -safe-mode -jsconsole| start the error console?
Oh, it works.
However, when i close the error console once,I can not open it again.
Providing pref observer listener to hide/show the menu is common way, isn't it?
Reporter | ||
Updated•14 years ago
|
Summary: Add command line option for Error console to be enabled → Providing pref observer listener to hide/show the menu
Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Comment 4•14 years ago
|
||
I'm able to get the error console to open repeatedly... but only if I select it from the menu (tools menu on the mac). The keyboard shortcut does not appear to be working, as Dao reports in the bug which hid the error console behind a pref.
Comment 5•14 years ago
|
||
> Providing pref observer listener to hide/show the menu is common way, isn't it?
True. But you can call firefox again with -jsconsole as long as you don't use -no-remote.
Comment 6•14 years ago
|
||
FWIW, you don't actually have to restart for this to take effect - this code runs on window creation, so you can just open a new window and use its menu to open the console, after flipping the pref.
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•