Skip to content

Commit 5ad966c

Browse files
khei4fujii
authored andcommitted
add: internal relative link for solution files generation and WebKit command prompt
1 parent 9ea3c68 commit 5ad966c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/Build & Debug/DebuggingWithVS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Copy [​WebKit.natvis](https://github.com/WebKit/WebKit/blob/main/Tools/VisualS
88

99
There are three ways to debugging WebKit with Visual Studio. Opening the generated WebKit.sln, opening an exe file directly, and attaching running WebKit.
1010

11-
Invoke build-webkit, and open `WebKitBuild\Release\WebKit.sln` using Visual Studio.
12-
If you get errors about not being able to find .props files, run Tools/Scripts/update-webkit, then close and relaunch Cygwin and Visual Studio.
11+
[Invoke build-webkit with `--no-ninja --generate-project-only` options](../Ports/WindowsPort.html#building-from-within-visual-studio), and open by `devenv WebKitBuild\Release\WebKit.sln` or `devenv WebKitBuild\Debug\WebKit.sln` on [WebKit command prompt](../Ports/WindowsPort.html#webkit-command-prompt).
1312

1413
Set MiniBrowser as the solution's StartUp project.
1514
Select the MiniBrowser project in the Solution Explorer, then choose `Project > Set as StartUp Project`. This will cause the project to turn bold in the Solution Explorer.

0 commit comments

Comments
 (0)