Updates:
        Cc: [email protected]

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

We already have pause-on-exception functionality and given that there are usually not too much exceptions in normal case I don't think there is a demand for adding condition to the pause-on-exception.

Can you elaborate on "script parsed" breakpoint and when it can be useful? I can think of evals and dynamic scripts where it would be similar to pause on the first statement in the eval'ed script.

It seems that all of the mentioned embedder's breakpoints can be simulated using existing JS/browser APIs.

Btw, shouldn't this bug be filed against Chromium instead of V8 (v8 already provides ScriptParsed event as well as Exception even)?

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

Reply via email to