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
There are three ways to debugging WebKit with Visual Studio. Opening the generated WebKit.sln, opening an exe file directly, and attaching running WebKit.
10
10
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).
13
12
14
13
Set MiniBrowser as the solution's StartUp project.
15
14
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