Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium

New issue 2369 by [email protected]: Debug: Provide special breakpoint targets
http://code.google.com/p/v8/issues/detail?id=2369

Provide special targets to set breakpoint against.

For example:
-- script has been parsed,
-- exception is being thrown,

Allow embedders to extend the list:
-- page is being navigated away,
-- console.log is called,
-- console application is finishing.

User should be able to create (multiple) breakpoints against these targets. Breakpoints should support condition expressions that are evaluated in a special context, filled with event parameters. The event parameters, such as exception value or script text are required to let user filter out non-interesting cases. This additional scope must also be visible in debugger.

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

Reply via email to