The Warn Before Exit function has stopped working for me. When I press Cmd-Q, Chrome closes immediately, instead of showing me the message “Hold ⌘Q to close”.
I want to debug the code responsible for this, but I cannot find a way. On Windows, I can connect to Chrome, get the PDB from the Google symbol server, and get the appropriate sources using SrcSrv.
Is there something similar in OS X?
(Firefox apparently has a script to download characters for Linux / OS X , although I never tried to use it.)
This does not happen with another user on my machine or on Chromium. I tried to copy my profile to ~/Library/Application Support/Google/Chromeanother user and to ~/Library/Application Support/Chromium(for created by Chromium). In both cases, the error was not present (although there were other bad things), so using Chromium is not like a solution.
(Despite the fact that I created Chromium HEAD, and not a tag that matches the version of Google Chrome, I’m running. Perhaps if I do, I can reproduce the problem in Chromium. Nevertheless, the question remains.)
Is it possible to debug the source code of Google Chrome on OS X? If so, how?
Note. I’m not interested in trying to solve the “Warn before logging out” problem, suggestions to report it to Google, etc. It is not important. I want to be able to debug Chrome myself.