Status: New
Owner: ----

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

Steps to reproduce:

1) Send a 'setexceptionbreak' command to V8 via the JSON debugger
protocol with arguments { 'type' : 'all', 'enabled' : true }

2) Evaluate the form 'throw 17' (also via the debugging protocol)

The debugger sends a JSON response with 'success' set to false and
'message' as the value 17, rather than breaking. Defining a function
with a throw statement or loading a file with one also exhibits this
unexpected behavior.


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

Reply via email to