[webkit-dev] Which is the main of the Webkit/Webkit project

2009-02-20 Thread ying lcs
Hi, Can you please tell me where is the 'main' for the Webkit/Webkit project on Mac OS? i tried 'cd to Webkit/Webkit/mac' and did a grep, but I did not find the 'main' for the browser. Thank you for any pointers. ___ webkit-dev mailing list webkit-dev@

Re: [webkit-dev] Which is the main of the Webkit/Webkit project

2009-02-21 Thread Bo Yang
see WebKitTools/WebKitLauncher/main.m ... On Sat, Feb 21, 2009 at 3:30 PM, ying lcs wrote: > Hi, > > Can you please tell me where is the 'main' for the Webkit/Webkit > project on Mac OS? > > i tried 'cd to Webkit/Webkit/mac' and did a grep, but I did not find > the 'main' for the browser. > > Th

Re: [webkit-dev] Which is the main of the Webkit/Webkit project

2009-02-21 Thread Mark Rowe
On 2009-02-20, at 23:30, ying lcs wrote: Hi, Can you please tell me where is the 'main' for the Webkit/Webkit project on Mac OS? i tried 'cd to Webkit/Webkit/mac' and did a grep, but I did not find the 'main' for the browser. WebKit is a framework that can be used to build a browser applica

Re: [webkit-dev] Which is the main of the Webkit/Webkit project

2009-02-21 Thread ying lcs
Thanks. I am trying to learn Webkit code. So I figure an easier way it to run in a debugger and set breakpoints to trace the code. Can anyone give me pointers/advice regarding how to do that? Thank you. On Sat, Feb 21, 2009 at 4:59 AM, Mark Rowe wrote: > > On 2009-02-20, at 23:30, ying lcs wrot

Re: [webkit-dev] Which is the main of the Webkit/Webkit project

2009-02-23 Thread ying lcs
Maybe let me rephrase my question. What are the main entry points of Webkit/Webkit project? Where should I set a breakpoint at the code where it will hit for sure? so that I can make sure my current debugger setting works correctly? Thank you On Sat, Feb 21, 2009 at 4:55 AM, Bo Yang wrote: >