On Mon, 16 Jan 2012 23:59:56 +0000, Philip TAYLOR wrote: > Working (as I am at the moment) on a project that makes extensive > use of client-side JavaScript, I am very dependent on the Seamonkey > error console to alert me to problems with my coding. But because > the error console monitors /all/ errors, and because I am typically > using at least half-a-dozen concurrent instantiations of Seamonkey, > I am told about a large number of errors that are completely > irrelevant to my development work. What I would like is the following : > > 1) To be able to tell the error console to watch only one instantiation of > Seamonkey
The Error Console is per instance. Of course one instance can comprise multiple browser windows (and mail and chat and ...). > 2) To cause the error console to be displayed whenever the Seamonkey > window associated with that instantiation is brought to the top. You could use one of the Docked Error Console extensions to embed the Error Console at the bottom of each window. The Webconsole in Firefox 9 might be a better use case for you as it is per window and shows network traffic as well. > So far, I have managed neither of these. Are they possible, please, > and if so, how ? You might like to install my Console² drop in replacement for the native error console: <http://console2.mozdev.org/#C_latest_dev> It has powerfull search and filter abilities. Screenshots: <http://console2.mozdev.org/screenshots.html> The current versions incorporate an older extension Console Filter. <http://console2.mozdev.org/cf/index.html> You can use a sort of google lite syntax to filter what you want to see or not see. > Philip Taylor The other Philip. -- Philip Chee <[email protected]>, <[email protected]> http://flashblock.mozdev.org/ http://xsidebar.mozdev.org Guard us from the she-wolf and the wolf, and guard us from the thief, oh Night, and so be good for us to pass. _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

