Skip to content

Commit a2834a5

Browse files
khei4fujii
authored andcommitted
remove: DumpRenderTree Debugging section because the support was removed on Windows by WebKit/WebKit@a4c6f1d
1 parent 5ad966c commit a2834a5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/Build & Debug/DebuggingWithVS.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,6 @@ In Ninja builds, there is no solution files. In such case, open the exe file dir
2222
devenv -debugexe .\WebKitBuild\Debug\bin64\MiniBrowser.exe
2323
```
2424

25-
## Debugging DumpRenderTree
26-
27-
Set DumpRenderTree as your startup project.
28-
Configure the arguments and environment variables for the test runner.
29-
In the DumpRenderTree project in the Solution Explorer window, right-click and select Properties....
30-
31-
In the Command Arguments section, enter the absolute paths for the tests you want to run, separated by spaces.
32-
In the Environment section, put `PATH=$(ProgramFiles)\Common Files\Apple\Apple Application Support;$(PATH)`
33-
Click OK to close the Project Properties window.
34-
35-
Launch the debugger.
36-
Right-click on the DumpRenderTree project, and choose `Debug > Start New Instance`.
37-
3825
## Miscellaneous Tips
3926

4027
Follow the ​instructions for using the Microsoft and Safari symbol servers so that Visual Studio can show you backtraces that involve closed-source components.

0 commit comments

Comments
 (0)