Bug 27502 - Web Inspector: Add ability to evaluate selection while on break point.
Summary: Web Inspector: Add ability to evaluate selection while on break point.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-21 08:10 PDT by Pavel Feldman
Modified: 2009-07-21 09:51 PDT (History)
2 users (show)

See Also:


Attachments
patch (3.59 KB, patch)
2009-07-21 08:19 PDT, Pavel Feldman
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2009-07-21 08:10:35 PDT
While on a break point, there should be a way to evaluate selected text in the source frame.
There should be a separate request to evaluate text on hover, but it is beyond the scope of this one.

I'd suggest the following user scenario:
1. User hits a breakpoint
2. User selects text he wants to evaluate
3. Presses Meta + Shift + E shortcut (or optionally chooses item in Popup menu?)
4. Result is printed in the console.
Comment 1 Pavel Feldman 2009-07-21 08:19:02 PDT
Created attachment 33177 [details]
patch
Comment 2 Timothy Hatcher 2009-07-21 09:16:48 PDT
We really need a way to change the context menu from JS for the Inspector so we can add items like this for discoverability.

Bug 26881 and bug 22147.
Comment 3 Timothy Hatcher 2009-07-21 09:22:29 PDT
Comment on attachment 33177 [details]
patch

> +        var shortcut = WebInspector.KeyboardShortcut.makeKey(
> +            69 /* 'E' */,
> +            platformSpecificModifier | WebInspector.KeyboardShortcut.Modifiers.Shift);

I think that would be fine and more readable on one line.

Talk to Sam Weinig, he has a patch (maybe landed) that will let us add "evaluate on hover".
Comment 4 Pavel Feldman 2009-07-21 09:51:23 PDT
Sending        WebCore/ChangeLog
Sending        WebCore/inspector/front-end/SourceFrame.js
Transmitting file data ..
Committed revision 46176.