Comment #15 on issue 1639 by [email protected]: Debugger breaks on
internal code when attempting to step next
http://code.google.com/p/v8/issues/detail?id=1639
I'm trying to come up with an executable test, but I'm a bit unfamiliar
with the JavaScript interface to the debugger. One detail that might be
relevant here is that the expression that triggers the original break is
evaluated by the debugger in an 'evaluate' command with arguments:
{ 'expression' : '<something containing a debugger statement>', 'global' :
true }
What would be the equivalent to such a command using the in-process
JavaScript debugger API?
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev