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


Ignore:
Timestamp:
Sep 3, 2020 8:01:12 PM (4 years ago)
Author:
Fujii Hironori
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Debugging With Visual Studio

    v13 v14  
    88If you get errors about not being able to find `.props` files, run `Tools/Scripts/update-webkit`, then close and relaunch Cygwin and Visual Studio.
    99
    10 2. Set `WinLauncher` as the solution's `StartUp` project.
     102. Set `MiniBrowser` as the solution's `StartUp` project.
    1111
    12 Select the `WinLauncher` project in the Solution Explorer, then choose `Project > Set as StartUp Project`. This will cause the project to turn bold in the Solution Explorer.
     12Select 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.
    1313
    14143. Launch the debugger