搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Redirect window.dump to a txt file

  • 2 回覆
  • 1 有這個問題
  • 4 次檢視
  • 最近回覆由 User16

more options

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.

所有回覆 (2)

more options

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.

more options

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