Skip to end of banner
Go to start of banner

Saving Browser Developer Tools Console output

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Sometimes for support it is helpful to analyze the output of browser console. Following there is an instruction on how to save the output to a file.

Steps

Chrome

  1. Open up Chrome and enable the Developer Tools.
  2. Select the console tab.
  3. Right-click in the body > Select "Save as...".
  4. Attach the file to the support ticket.

Firefox

Unfortunately there is no straight-on way to achieve this in Firefox. Whar you can do:

  1. Press F12 or go to Tools > Web Developer > Console
  2. Select the console tab.
  3. Right-click in the body > Select "Save all".
  4. Right-click in the body > Select "Copy messages to clipboard".
  5. Paste the content of the clipboard to any text editor and save it.
  6. Attach the file to the support ticket.


  • No labels