Changes between Version 14 and Version 15 of Debugging With Visual Studio


Ignore:
Timestamp:
Sep 6, 2020 6:57:58 PM (4 years ago)
Author:
Fujii Hironori
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Debugging With Visual Studio

    v14 v15  
    22
    33There are three ways to debugging WebKit with Visual Studio.
    4 Openning the generated WebKit.sln, openning an exe file directly, and attaching running Webkit.
     4Openning the generated WebKit.sln, openning an exe file directly, and attaching running WebKit.
    55
    661. Invoke build-webkit, and open `WebKitBuild\Release\WebKit.sln` using Visual Studio.
     
    2525= Debugging DumpRenderTree =
    2626
    27 1. Set `DumpRenderTreeLauncher` as your startup project.
     271. Set `DumpRenderTree` as your startup project.
    2828
    29292. Configure the arguments and environment variables for the test runner.
     
    4141= Debugging WebKit2 =
    4242
     43(AppleWin removed WebKit2 support.)
    4344(Ed. note: These instructions were written for VS2005 and are likely outdated)
    4445