Comment #4 on issue 1640 by [email protected]: Debugger does not break on exceptions
http://code.google.com/p/v8/issues/detail?id=1640

The problem is that, using the JSON protocol, an 'evaluate' request may
be sent when the program isn't actually inside the debugger. Our use
case is that of a standard REPL -- we want to be able to evaluate expressions
at the top-level, and if that yields an exception we want to break at the
source.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to