Status: Accepted
Owner: peter.rybin
Labels: Type-Bug Priority-Medium
New issue 825 by peter.rybin: LiveEdit: stack manipulation does not work
with function without local variables
http://code.google.com/p/v8/issues/detail?id=825
Start V8 application with some script.
Connect from Eclipse ChromeDevTools debugger.
Get paused inside a function without local variables.
Edit its text (add one space somewhere) and try to push changes to VM.
Expected result:
change is accepted, function is restarted.
Actual result:
change is rejected, "Not enough space for frame dropper frame" error
message appears
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev