Is it possible to disable/increase HTML node text-limit (10,000) in Chrome Developer Tools -
i've got html page node contains bunch of text. (more 10,000 characters)
<html>lorem ipsum ...</html>
inside dom tree of chrome developer tools, node's text truncated after 10,000 characters, showing "…" @ end. if double click text in dev tools , click document, gets truncated well.
is there switch/config disabling behaviour? or @ least possibility increase limit?
- chrome version: 26.0.1410.65
- tested operating systems: osx 10.8.3, windows 7 sp1 x64
- installed extensions: google docs (on mac), none (on windows)
the node-text in screenshot consists of 10,000 lorem ipsum character followed sequences of "a"s.
Comments
Post a Comment