Skip to content

Commit c43474f

Browse files
committed
tweak
1 parent 365cd31 commit c43474f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/linux/deploy-run-and-debug-your-linux-project.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Once you have created a Linux project and you have connected to the project usin
1919

2020
There are several ways to interact with and debug your Linux project.
2121

22-
* Debug using traditional Visual Studio features, such as breakpoints, watch windows, and hovering over a variable, so you may debug as you normally would in other project types.
23-
* View output from the target computer in a special Linux Console window, which you can also use to send input to the target computer.
22+
* Debug using traditional Visual Studio features, such as breakpoints, watch windows, and hovering over a variable. Using these methods, you may debug as you normally would for other project types.
23+
* View output from the target computer in a special Linux Console window. You can also use the console to send input to the target computer.
2424

2525
## Debug your Linux project
2626

@@ -47,7 +47,7 @@ There are several ways to interact with and debug your Linux project.
4747

4848
![Remote Architecture](media/architecture.png)
4949

50-
3. Set a breakpoint by clicking in the left gutter of some code that you know will execut. A red circle appears.
50+
3. Set a breakpoint by clicking in the left gutter of some code that you know will execute. A red circle appears.
5151

5252
4. Press **F5** (or **Debug > Start Debugging**) to start debugging.
5353

0 commit comments

Comments
 (0)