Changes between Version 14 and Version 15 of Debugging With Visual Studio
- Timestamp:
- Sep 6, 2020, 6:57:58 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging With Visual Studio
v14 v15 2 2 3 3 There are three ways to debugging WebKit with Visual Studio. 4 Openning the generated WebKit.sln, openning an exe file directly, and attaching running Web kit.4 Openning the generated WebKit.sln, openning an exe file directly, and attaching running WebKit. 5 5 6 6 1. Invoke build-webkit, and open `WebKitBuild\Release\WebKit.sln` using Visual Studio. … … 25 25 = Debugging DumpRenderTree = 26 26 27 1. Set `DumpRenderTree Launcher` as your startup project.27 1. Set `DumpRenderTree` as your startup project. 28 28 29 29 2. Configure the arguments and environment variables for the test runner. … … 41 41 = Debugging WebKit2 = 42 42 43 (AppleWin removed WebKit2 support.) 43 44 (Ed. note: These instructions were written for VS2005 and are likely outdated) 44 45