Changes between Version 51 and Version 52 of BuildingOnWindows


Ignore:
Timestamp:
Feb 25, 2011 11:00:32 AM (13 years ago)
Author:
Adam Roben
Comment:

Add instructions for disabling UAC to get crash logs on Windows Vista/7

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v51 v52  
    100100 1. Install [http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx#b Debugging Tools for Windows 32-bit Version]
    101101 1. Set the `_NT_SYMBOL_PATH` environment variable to include both the Microsoft and Safari symbol servers. It should look something like `cache*c:\symbols;SRV*http://msdl.microsoft.com/download/symbols;SRV*http://url.for.safari/symbol/server`. (See [http://developer.apple.com/internet/safari/windows_symbols_agree.html this page] for the URL of the Safari symbol server.)
     102 1. Disable User Account Control if you are using Windows Vista ([http://windows.microsoft.com/en-US/windows-vista/Turn-User-Account-Control-on-or-off instructions]) or Windows 7 ([http://support.microsoft.com/kb/975787 instructions]). (See https://bugs.webkit.org/show_bug.cgi?id=44135 for details.)
    102103
    103104== Common Problems ==