Skip to content

Commit 714276b

Browse files
fujiiRazvan Caliman
authored andcommitted
WindowsPort.md: Added NTSD installation instruction
A command line debugger NTSD is required to get crash logs for layout tests.
1 parent f10916e commit 714276b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/Ports/WindowsPort.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,16 @@ Build "MiniBrowser" project.
131131

132132
## Running the tests
133133

134+
WebKit test runner run-webkit-tests is using a command line debugger [NTSD](https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/debugging-using-cdb-and-ntsd) to get crash logs.
135+
However, Windows SDK installer doesn't install it by default.
136+
137+
1. Right-click the Windows start menu
138+
2. Select "Apps and Features" menu item
139+
3. Click "Windows Software Development Kit" from the apps list
140+
4. Click "Modify" button
141+
5. Select "Change" and push "Next" button
142+
6. Select "Debugging Tools for Windows" and proceed the installation
143+
134144
Install XAMPP as described above.
135145

136146
Install required Python and Ruby modules.

0 commit comments

Comments
 (0)