Closed
Bug 165070
Opened 23 years ago
Closed 22 years ago
Venkman does not display long string values
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: calberga, Assigned: rginda)
References
Details
When stepping through a program in Venkman, if a variable has a value which is a
string it is often displayed simply as "string nnn chr.". This is less than
helpful, particularly when one is constructing HTML content or property lists
(as for window.open).
Some kind of string viewer is needed.
Comment 1•23 years ago
|
||
< 0001: /eval myStr
> $[0] = [string] 294 characters
<< /evald $[0].stringValue
>> When stepping through a program in Venkman, if a variable has a value which
is a string it is often displayed simply as "string nnn chr.". This is less than
helpful, particularly when one is constructing HTML content or property lists
(as for window.open). Some kind of string viewer is needed.
| Assignee | ||
Comment 2•23 years ago
|
||
cyril, didn't you see my response in the jsdebugger newsgroup?
I addressed this issue, and the one you raise in bug 165068.
Comment 3•23 years ago
|
||
*** Bug 169840 has been marked as a duplicate of this bug. ***
Comment 4•23 years ago
|
||
Rob, how about turning the text "String nnn characters" into a link which runs
the command to display the whole string? I don't like the pop up idea in bug
169840 at all. Death to popups!
| Assignee | ||
Comment 5•22 years ago
|
||
I "fixed" this by making the default max string length 4000 characters.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Other Applications
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•