Open Bug 1681423 Opened 5 years ago Updated 3 months ago

Console should allow to get the full text of a long URL

Categories

(DevTools :: Console, enhancement, P3)

Firefox 83
enhancement

Tracking

(Not tracked)

People

(Reporter: qian, Unassigned)

References

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0

Steps to reproduce:

Compare the console output of the following two expressions:

1. console.log('http://example.com/' + 'a'.repeat(1000));
2. console.log('a'.repeat(1000));

Actual results:

Output of #1 is truncated. Output of #2 is not.

Expected results:

Would like an option to show the full URL text other than hover, so for example I can select and copy a particular parameter from the URL.

Related: https://bugzilla.mozilla.org/show_bug.cgi?id=1310630

Component: Untriaged → Console
Product: Firefox → DevTools
See Also: → 1310630
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.