Debugging DumpRenderTree on Windows with Visual Studio/VC++ Express
- Open WebKit.sln in VS or VC++ Express
- Right-click on the DumpRenderTree project in the Solution Explorer window, and select Properties...
- Go to Configuration Properties > Debugging
- In the Command Arguments, put an absolute Windows-style path to the test you want to run
- In the Environment, put PATH=$(ProgramFiles)\Safari;$(PATH)
- Click OK to close the Project Properties window
- Right-click on the DumpRenderTree project, and choose Debug > Start New Instance
Download in other formats: