Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Redirect window.dump to a txt file

  • 2 பதிலளிப்புகள்
  • 1 இந்த பிரச்சனை உள்ளது
  • 2 views
  • Last reply by User16

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.

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.

same problem with other locations. i found the following errors but i think they are unrelated to the dump function (see Attachment).