Skip to content

Commit bb67a5c

Browse files
committed
link fix
1 parent b4b2c3d commit bb67a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugger/getting-started-with-the-debugger-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Features that allow you to inspect variables are one of the most useful features
283283
284284
2. Click **F11** a few times until you see the debugger pause in the `SendMessage` method. Look at the **Call Stack** window.
285285
286-
![Examine the call stack](../debugger/media/get-started-call-stack.png "ExamineCallStack")
286+
![Examine the call stack](../debugger/media/get-started-call-stack-cpp.png "ExamineCallStack")
287287
288288
The **Call Stack** window shows the order in which methods and functions are getting called. The top line shows the current function (the `SendMessage` method in this app). The second line shows that `SendMessage` was called from the `main` method, and so on.
289289

0 commit comments

Comments
 (0)