Comment #6 on issue 1640 by [email protected]: Debugger does not break on exceptions
http://code.google.com/p/v8/issues/detail?id=1640
Why then are breakpoints triggered when making a global evaluate request? You can break on breakpoints but not exceptions? There are already two ways to disable break on exception if it isn't desired: 'disable_break' as an argument to the 'evaluate' request, or 'setexceptionbreak'. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
