Search code examples
firebugpreferences

Set Firebug's file, Source link, column width


The Firebug console window shows the source file name and line number on the right of each entry, but it's too narrow to display file names longer than about 10 chars.

Is it possible to adjust the width of the column?

enter image description here


Solution

  • Ah, you want to set the SourceLink width.

    You can do this by opening about:config and then filtering for extensions.firebug.sourceLinkLabelWidth.

    Double click and change the value to whatever works best for you.

    Note that mousing over the SourceLink will also always show the full name and path.