Hi Benjamin, Thanks for your reply.
I have modified the code in WebCore and Webkit layer. The changes are working fine with Webkit But now I want to port same code into Webkit2. I have figured out files needs to be modified for WebKit2 porting, now I want to debug changes. Specifically, Control flow is from Context menu to the WebCore(let say Save image context menu flow).Since UIProcess and WebProcess both are involved, How could I debug it ? MAC OS : 10.8.4 XCode : 4.6.2 Thanks & Regards, Abhijeet On Thu, Oct 3, 2013 at 1:21 AM, Benjamin Poulain <benja...@webkit.org>wrote: > On 10/2/13 2:07 AM, Abhijeet Kandalkar wrote: > >> I want to debug webkit2 on MAC using Xcode. I tried to follow the >> instructions give on >> http://trac.webkit.org/wiki/**Debugging%20the%20WebKit2%**20Web%20Process<http://trac.webkit.org/wiki/Debugging%20the%20WebKit2%20Web%20Process> >> but it seems that instructions are very old. >> >> I even do not find the safari.xcodeproj in latst webkit source code. >> >> >> Could you please help me to debug webkit code. >> > > The WebKit2 architecture is split over several processes, it really > depends which one you want to debug. > > If you are debugging the UIProcess, you can simply run the embedding > application from Xcode like any other app. > > If you want to debug one of the other processes, the simplest solution is > to run the app and attach to the process with Xcode (method #2 on the page > you linked). > > That's the basic setup. If you can be more specific about the problem you > encounter I may be able to give better advices. > > Benjamin > ______________________________**_________________ > webkit-help mailing list > webkit-help@lists.webkit.org > https://lists.webkit.org/**mailman/listinfo/webkit-help<https://lists.webkit.org/mailman/listinfo/webkit-help> >
_______________________________________________ webkit-help mailing list webkit-help@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-help