Redirect window.dump to a txt file
window.dump("txt") is not working. I have set "browser.dom.window.dump.enabled" to true and "browser.dom.window.dump.file" : "c:\file.txt".
The file is created but it is still empty.
do you have any idea about this problem ?
thank you for your support.
All Replies (2)
You may not have permission to write to C:\ You can try a different location like in your home directory.
You can check the Browser Console for possible error messages.
- "3-bar" menu button or Tools -> Web Developer
- https://developer.mozilla.org/en-US/docs/Tools/Browser_Console
same problem with other locations. i found the following errors but i think they are unrelated to the dump function (see Attachment).
This question has been locked because the original author has deleted their account. While you can no longer post new replies, the existing content remains available for reference.