[Webkit-unassigned] [Bug 74107] Web Inspector: [protocol] Debugger.setScriptSource response should include "stepInRecommended" field

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 23 10:29:20 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=74107





--- Comment #3 from Peter Rybin <peter.rybin at gmail.com>  2012-04-23 10:29:16 PST ---
This happens because after liveedit operation V8 remains in slightly inconsistent state, when the top function is not visible on stack, but from the "step over" point of view, we are at the pre-beginning of the top function.

That's why it's recommended for the front-end to issue additional "step in" command.

It's hard for V8 to do it itself for the technical reasons.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list