Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium
New issue 2203 by [email protected]: [LiveEdit] restart frame doesn't
work when VM is paused on throwing exception.
http://code.google.com/p/v8/issues/detail?id=2203
- run V8 program under JavaScript debugger
- enable break on exception in the debugger
- make JavaScript program (explicitly) throw an exception (causes debugger
break at throw statement)
- try 'restart frame' at any frame or liveedit change on any function that
is currently on stack
expected:
stack frames are properly dropped from the stack
when resumed no exception is being thrown
actual:
"unknonw structure of stack above changing function" error message
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev