Changes between Version 1 and Version 2 of Debugging DumpRenderTree on Windows

Show
Ignore:
Timestamp:
11/21/07 02:03:46 (2 years ago)
Author:
aroben@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Debugging DumpRenderTree on Windows

    v1 v2  
    22 
    33 1. Open WebKit.sln in VS or VC++ Express 
    4  1. Right-click on the DumpRenderTree project in the Solution Explorer window, and select Properties... 
    5  1. Go to Configuration Properties > Debugging 
    6  1. In the Command Arguments, put an absolute Windows-style path to the test you want to run 
    7  1. In the Environment, put PATH=$(ProgramFiles)\Safari;$(PATH) 
    8  1. Click OK to close the Project Properties window 
    9  1. Right-click on the DumpRenderTree project, and choose Debug > Start New Instance 
     4 1. Right-click on the DumpRenderTree project in the Solution Explorer window, and select {{{Properties...}}} 
     5 1. Go to Configuration {{{Properties > Debugging}}} 
     6 1. In the {{{Command Arguments}}}, put an absolute Windows-style path to the test you want to run 
     7 1. In the {{{Environment}}}, put {{{PATH=$(ProgramFiles)\Safari;$(PATH)}}} 
     8 1. Click OK to close the {{{Project Properties}}} window 
     9 1. Right-click on the DumpRenderTree project, and choose {{{Debug > Start New Instance}}} 
    1010