Re: displaying big string value
Dan Mosedale <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
no name wrote: > One of the most important features is to see the value of a string > variable. > > Unfortunately venkman only shows the size when the string is big, any > way I can get ( at least copy) the full string value ? > Type dump(variableName); in the console? Dan