You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Ports/WindowsPort.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,16 @@ Build "MiniBrowser" project.
131
131
132
132
## Running the tests
133
133
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
0 commit comments