Hi, I'm implementing a very simple debugger (looking at WebCore/ScriptDebugServer) to be able to debug scripts when embedding JSC. So far so good, but I have a question: who is actually calling didReachBreakpoint ? I'm asking this because from what I can see, the script debug server is implementing the Debugger interface, but it's also checking if there's a breakpoint set on every callEvent, atStatement, returnEvent call... And looking at the code, the only one that seems to be calling didReachBreakpoint is the interpreter, so my question is: what is the right way to set breakpoints? or even better: is there documentation regarding the debug implementation on webkit?
Thanks! -- Rolando Abarca M. http://rolando.cl
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
