Debugging DumpRenderTree on Windows with Visual Studio/VC++ Express

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