Skip to content

Commit b64d335

Browse files
committed
incorporated feedback
1 parent fc66808 commit b64d335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-started/csharp/tutorial-console-part-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ Real-world code involves many projects working together in a solution. Now, let'
327327

328328
The Visual Studio debugger is a powerful tool that allows you to run your code step by step, to find the exact point where you made a programming mistake. You then understand what corrections you need to make in your code. Visual Studio allows you to make temporary changes so you can continue running the program.
329329

330-
1. In *Program.cs*, click the margin to the left of the following code (or, open the shortcut menu and choose **Breakpoint** > **Insert Breakpoint**):
330+
1. In *Program.cs*, click the margin to the left of the following code (or, open the shortcut menu and choose **Breakpoint** > **Insert Breakpoint**, or press **F9**):
331331

332332
```csharp
333333
result = calculator.DoOperation(cleanNum1, cleanNum2, op);

0 commit comments

Comments
 (0)