Re: Best way to inspect the contents of a big variable?
William Edney <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Rob - Have more faith! :-). I regularly dump 100K+ bytes in the Interactive Session window. Cheers, - Bill Robert Ginda wrote: > If you really wanted to dump the contents of that variable to the > Interactive Session window, you could just increase the maxStringLength > preference with the /pref command. It's 4000 by default. To change it > to 75000, you'd type /pref maxStringLength 75000. I don't know how long > it'll take to render that many characters in the Interactive Session > view though, so I wouldn't recommend it. > > > Rob. > >