RESOLVED FIXED 35102
[v8] Don't truncate long lines when evaluating expressions on a breakpoint
https://bugs.webkit.org/show_bug.cgi?id=35102
Summary [v8] Don't truncate long lines when evaluating expressions on a breakpoint
Yury Semikhatsky
Reported 2010-02-18 08:59:58 PST
Currently all lines returned by v8 debugger are truncated to 80 chars. We should show the whole result string when user performs an evaluation.
Attachments
patch (1.09 KB, patch)
2010-02-18 09:14 PST, Yury Semikhatsky
pfeldman: review+
Yury Semikhatsky
Comment 1 2010-02-18 09:14:32 PST
Yury Semikhatsky
Comment 2 2010-02-18 09:32:29 PST
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebKit/chromium/ChangeLog M WebKit/chromium/src/js/DebuggerAgent.js Committed r54968
Note You need to log in before you can comment on or make changes to this bug.