Skip to content

Commit cf01e20

Browse files
committed
edits
1 parent a6f9444 commit cf01e20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/debugger/navigating-through-code-with-the-debugger.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ In *break mode*, app execution is suspended while functions, variables, and obje
2828

2929
- [Run to a specific location or function](#BKMK_Break_into_code_by_using_breakpoints_or_Break_All), for example, by [setting a breakpoint](using-breakpoints.md) and starting your app.
3030

31-
![Run to cursor and step into code](../debugger/media/navigate-code-code-stepping.gif "Run to cursor and step into code")
31+
For example, from the code editor in Visual Studio, you can use the **Run to Cursor** command to start the app, debugger attached, and get into break mode, then **F11** to navigate code.
32+
33+
![Run to cursor and step into code](../debugger/media/navigate-code-code-stepping.gif "Run to cursor and step into code")
3234

3335
Once in break mode, you can use a variety of commands to navigate through your code. While in break mode, you can examine the values of variables to look for violations or bugs. For some project types, you can also make adjustments to the app while in break mode.
3436

0 commit comments

Comments
 (0)