Hi, I get the chromium source and compile fine under Macos using XCode. Then I open 'TestShell' Xcode project and do a 'Build and Debug'. My question is how can I set breakpoint to break inside WebKit (the rendering engine which is TestShell using)?
I tried opening Webkit xcode project (reference by TestShell xcode project), open HtmlBodyElement.cpp and set a breakpoint in the constructor of HtmlBodyElement. And i load a page in TestShell executable, but it never breaks in the HtmlBodyElement break point. Thank you for any help. --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
