Skip to content

Commit fc66808

Browse files
Mikejo5000ghogen
andauthored
Update docs/get-started/csharp/tutorial-console-part-2.md
Co-authored-by: Gordon Hogenson <[email protected]>
1 parent b4f805b commit fc66808

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
@@ -381,7 +381,7 @@ The Visual Studio debugger is a powerful tool that allows you to run your code s
381381

382382
You've just stepped into the `DoOperation` method in the `Calculator` class.
383383

384-
1. To get a hierarchical look at your program flow, look at the Call Stack window. (If it's closed, choose **Debug** > **Windows** > **Call Stack**.)
384+
1. To get a hierarchical look at your program flow, look at the **Call Stack** window. (If it's closed, choose **Debug** > **Windows** > **Call Stack**.)
385385

386386
![Screenshot of the call stack](media/vs-2019/calculator2-debug-call-stack.png)
387387

0 commit comments

Comments
 (0)