Changes between Version 45 and Version 46 of BuildingOnWindows


Ignore:
Timestamp:
Sep 10, 2010 10:29:01 AM (14 years ago)
Author:
Adam Roben
Comment:

Simplify symbol path a bit

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v45 v46  
    9090`run-webkit-tests` can save crash logs when a crash occurs during a test. To set this up:
    9191 1. Install [http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx#b Debugging Tools for Windows 32-bit Version]
    92  1. Set the `_NT_SYMBOL_PATH` environment variable to include both the Microsoft and Safari symbol servers. It should look something like `SRV*c:\symbols*http://msdl.microsoft.com/download/symbols;SRV*c:\symbols*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.)
     92 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.)
    9393
    9494== Common Problems ==