| 50 | |
| 51 | === Debugging information cannot be found === |
| 52 | When following the instructions on http://webkit.org/building/debug.html on how to debug WebKit on Windows, Visual Studio displays the message: |
| 53 | {{{ |
| 54 | "Debugging information for 'Safari.exe' cannot be found or does not match. No symbols loaded." |
| 55 | }}} |
| 56 | |
| 57 | Check that you followed the instructions on how to configure Visual Studio to use Apple's Safari for Windows symbol server on the bottom of http://webkit.org/building/debug.html. |
| 58 | |
| 59 | If you still run into the issue, it is possible that the symbols for the version of Safari that you are running have not been posted yet. Make sure you are signed up for webkit-dev mailing list (http://lists.webkit.org/mailman/listinfo/webkit-dev), as an announcement will go out there when any new symbols are posted. |