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