I am able to build webkit on windows7 under Visual Studio 2008..But for the purpose of debugging when I am putting breakpoints in source code, any of the breakpoints are not hitting. I am able to download symbols for every module required for the project. After running the project it is just launching the Safari without firing the breakpoints. Does anybody have any ideas about it or some links to refer regrading debugging webkit with visual Studio debugger. I have already looked the information provided on WebKit website and followed all steps but still unable to debug..
Share
WebKit has started using a multiprocess architecture (WebKit2) a while ago, so you should attach to the WebKit2WebProcess process after launching Safari (see http://trac.webkit.org/wiki/Debugging%20the%20WebKit2%20Web%20Process#UsingVisualStudio2005onWindows: for the reference).