Changes between Version 45 and Version 46 of BuildingOnWindows
- Timestamp:
- Sep 10, 2010, 10:29:01 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnWindows
v45 v46 90 90 `run-webkit-tests` can save crash logs when a crash occurs during a test. To set this up: 91 91 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.) 93 93 94 94 == Common Problems ==