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

I just received from the chrome devtools team that this behavior is intended.

The debugger agent (which received remote JSON commands) triggers the debugger to have the received commands executed. So every command you send over the JSON protocol are executed inside the debugger.

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

Reply via email to