Alexey Proskuryakov wrote:
on 17.11.2007 23:50, Adam Roben at [EMAIL PROTECTED] wrote:
-what is the best way to debug from within the visual studio GUI on windows?
Use the new debug-safari script, added in r27878.

  Is it possible to debug DumpRenderTree?

It is possible. Here are rough (i.e., untested) instructions:

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

-Adam

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to