> > Should the debug break flag be raised to > > ensure that a break will happen as soon as any code is executed? > I didn't think about this. I though about manually putting "debugger;" statement > in the beginning of program. > Probably I should try to with this runtime flag.
Can I do this just by calling v8::Debug::DebugBreak() from v8::Debug::EnableAgent() like in a patch? http://codereview.chromium.org/489005 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
