Changes between Version 25 and Version 26 of BuildingOnWindows


Ignore:
Timestamp:
Aug 10, 2009 1:58:04 PM (15 years ago)
Author:
jberlin@apple.com
Comment:

Add information about not being able to find debugging symbols

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v25 v26  
    4848
    4949{{{/bin/rebase -d -b 0x70000000 -o 0x10000 WebKit/LayoutTests/http/conf/libphp4.dll}}}
     50
     51=== Debugging information cannot be found ===
     52When 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
     57Check 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
     59If 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.