Hi, I have get chrome source and I have opened the 'chrome.xcode project'. I am able to compile it successfully. And when I click 'Build and Go (Debug)' I see the status bar said 'GDB: Loading program' and then 'GDB: Running' and all the sudden I see 'GDB: Interrupted' And I never see chrome is launched.
Can you please tell me how can I debug Chrome under MacOS? And when i open the Debugger view, I see this stack trace: #0 0x0056b55f in DebugUtil::BreakDebugger at debug_util_posix.cc:116 #1 0x0058c76a in logging::LogMessage::~LogMessage at logging.cc:521 #2 0x004c1866 in VisitedLinkMaster::DebugValidate at visitedlink_master.h:386 #3 0x004bb852 in VisitedLinkMaster::InitFromFile at visitedlink_master.cc:579 #4 0x004bdbdb in VisitedLinkMaster::Init at visitedlink_master.cc:262 #5 0x0036283c in ProfileImpl::GetVisitedLinkMaster at profile.cc:608 #6 0x0037bf8c in BrowserRenderProcessHost::InitVisitedLinks at browser_render_process_host.cc:443 #7 0x0037e4e8 in BrowserRenderProcessHost::Init at browser_render_process_host.cc:366 #8 0x00395028 in RenderViewHost::CreateRenderView at render_view_host.cc:142 #9 0x0049c523 in TabContents::CreateRenderViewForRenderManager at tab_contents.cc:2390 #10 0x00494b10 in RenderViewHostManager::Navigate at render_view_host_manager.cc:84 #11 0x0049f4e9 in TabContents::NavigateToPendingEntry at tab_contents.cc:677 #12 0x00485182 in NavigationController::NavigateToPendingEntry at navigation_controller.cc:871 #13 0x00486016 in NavigationController::LoadEntry at navigation_controller.cc:204 #14 0x00486090 in NavigationController::LoadURL at navigation_controller.cc:382 #15 0x00146309 in Browser::CreateTabContentsForURL at browser.cc:1431 #16 0x0014bcb4 in Browser::AddTabWithURL at browser.cc:526 #17 0x0015be29 in BrowserInit::LaunchWithProfile::OpenURLsInBrowser at browser_init.cc:508 #18 0x0015d23d in BrowserInit::LaunchWithProfile::Launch at browser_init.cc:419 #19 0x0015d7c5 in (anonymous namespace)::LaunchBrowser at browser_init.cc:322 #20 0x0015eddc in BrowserInit::ProcessCmdLineImpl at browser_init.cc:714 #21 0x001682e9 in BrowserInit::Start at browser_init.h:39 #22 0x00165ac6 in BrowserMain at browser_main.cc:724 #23 0x00004e86 in ChromeMain at chrome_dll_main.cc:484 #24 0x00003413 in main at chrome_exe_main.mm:34 --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
