Subj : dump jsconsole To : netscape.public.mozilla.jseng From : John Date : Mon Dec 15 2003 08:02 pm I'm sorry if this is the wrong ng, please inform if so. I am not seeing any dump statements in my jsconsole window, how do I configure it so I see dump statements: app load: "mozilla.exe" -jsconsole -chrome chrome://test/content/test.xul example javascript: function onFileSave() { alert("In onFileSave."); dump("In onFileSave."); } I see the alert message box but not the dump in the jsconsole window. .