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

Doesn't Debug.DebugEvent (debug-debugger.js) in the javascript API solve this problem? The debug listener is fired on any of the events listed there, and the list can be extended to include something like ScriptParsed

Then again, I don't see the immediate need for this. If I understood correctly, then the easiest workaround to break on script load is to prefix every script with a call to a function that has a break point set.

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

Reply via email to