Skip to content

Commit c6754fb

Browse files
authored
Update quickstart-debug-with-cplusplus.md
1 parent 74afda2 commit c6754fb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/debugger/quickstart-debug-with-cplusplus.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ The Visual Studio debugger provides many powerful features to help you debug you
1818

1919
1. Open Visual Studio and create a project.
2020

21-
Press **Esc** to close the start window. Type **Ctrl + Q** to open the search box, type **c++**, choose **Templates**, then choose **Create new Console App project**. In the dialog box that appears, choose **Create**.
21+
On the Welcome Page, select "Create a new project". Select "Empty Project". Make sure you are selecting the Project Template for C++.
2222

23-
If you don't see the **Windows Console Application** project template, go to **Tools** > **Get Tools and Features...**, which opens the Visual Studio Installer. The Visual Studio Installer launches. Choose the **Desktop development with C++** workload, then choose **Modify**.
23+
If you don't see the project template, open the Visual Studio Installer. Choose the Desktop development with C++ workload, then choose Modify.
2424

25-
Visual Studio creates the project.
25+
Visual Studio creates the project.
26+
27+
Create a new source file called `MyDbgApp.cpp`
2628

2729
1. In MyDbgApp.cpp, replace the following code
2830

0 commit comments

Comments
 (0)