The recent Version 57 release of the Firefox browser truncates output when console.log(variable) is used in Javascript to write the content of a variable to the F12 developer tools console.
If the value in the variable is long (such as when printing out HTML or a large array), the value is truncated and an ellipsis is shown at the point the value is truncated.
I think earlier versions allowed the user to click on the shown output at the point of truncation to extend it.
However Version 57 does not appear to allow this.
Is there a way in which I can extend the output or display the variable differently?
Sorry if I have missed the obvious here.