Bug 270992

Summary: Web Inspector: Console truncates long string outputs
Product: WebKit Reporter: Qianlang Chen <qianlangchen>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: inspector-bugzilla-changes, rcaliman, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=271924
Attachments:
Description Flags
Demo -- Long strings must be logged or I can't see all of it or know there's more of it none

Qianlang Chen
Reported 2024-03-14 11:30:17 PDT
Created attachment 470367 [details] Demo -- Long strings must be logged or I can't see all of it or know there's more of it In inspector's console, long string outputs (return values, not with explicit console.log) are truncated without indication that there's more text than displayed. In order to see the full string you'll need to console.log it (or with some other console.* function). To reproduce, run in the console "lorem ipsum ".repeat(100) See attached screenshot demo. https://webkit.org/b/14316 (from a while ago) claims to have fixed this bug but it's still present.
Attachments
Demo -- Long strings must be logged or I can't see all of it or know there's more of it (148.84 KB, image/png)
2024-03-14 11:30 PDT, Qianlang Chen
no flags
Radar WebKit Bug Importer
Comment 1 2024-03-14 11:30:50 PDT
Alexey Proskuryakov
Comment 2 2024-03-14 13:32:53 PDT
*** Bug 270996 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.