Open
Bug 994756
Opened 11 years ago
Updated 2 years ago
Add a mechanism to switch between escaped and rendered line break
Categories
(DevTools :: Object Inspector, enhancement)
DevTools
Object Inspector
Tracking
(Not tracked)
REOPENED
People
(Reporter: miker, Unassigned)
Details
It would be great if we would be able to display multiline strings in the variable view. This would allow us to e.g. display the first three lines of a script.
Updated•7 years ago
|
Severity: normal → enhancement
Comment 1•7 years ago
|
||
Won't be fixed in VariablesView. Filed https://github.com/devtools-html/devtools-core/issues/807 for the ObjectInspector.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 2•4 years ago
|
||
we could have a button that switch between the escaped string and a "rendered" one, and this could be used for all escaped string we render.
This would need to be subtle, maybe the button could only be displayed on hover or something, otherwise this would bloat the output
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Summary: Support multiline in the variables view → Add a mechanism to switch between escaped and rendered line break
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•