Bug 35102 - [v8] Don't truncate long lines when evaluating expressions on a breakpoint
Summary: [v8] Don't truncate long lines when evaluating expressions on a breakpoint
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-18 08:59 PST by Yury Semikhatsky
Modified: 2010-02-18 09:32 PST (History)
1 user (show)

See Also:


Attachments
patch (1.09 KB, patch)
2010-02-18 09:14 PST, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 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.
Comment 1 Yury Semikhatsky 2010-02-18 09:14:32 PST
Created attachment 49022 [details]
patch
Comment 2 Yury Semikhatsky 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