Skip to content

Commit b77ce98

Browse files
authored
Merge pull request #261 from KayAnd/patch-4
Update using-breakpoints.md
2 parents feebe76 + fd5c5ea commit b77ce98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/debugger/using-breakpoints.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ translation.priority.mt:
5858
# Use Breakpoints in the Visual Studio Debugger
5959
You can set breakpoints when you want to stop debugger execution, perhaps to see the state of code variables or to look at the call stack. They are one of the most important debugging techniques in a developer's toolbox.
6060

61-
## <a name="BKMK_Overview"></a> Setting a function breakpoint in source code
62-
You set a function breakpoint in source code by clicking in the left margin of a source code file, or by putting your cursor on a line of code and pressing F9. The breakpoint appears as a red dot in the left margin, and the line of code is colored as well:
61+
## <a name="BKMK_Overview"></a> Setting a line breakpoint in source code
62+
You set a line breakpoint in source code by clicking in the left margin of a source code file, or by putting your cursor on a line of code and pressing F9. The breakpoint appears as a red dot in the left margin, and the line of code is colored as well:
6363

6464
![Set a breakpoint](../debugger/media/basicbreakpoint.png "BasicBreakpoint")
6565

@@ -259,4 +259,4 @@ You can set breakpoints when you want to stop debugger execution, perhaps to see
259259
You cannot set a breakpoint in a source file when the debugger hasn't loaded the debug information for the module where the code is located. Symptoms may include messages such as **the breakpoint will not be set**. The Warning breakpoint glyph appears at the breakpoint location. However, these Warning breakpoints become actual breakpoints when the code is loaded. For more information about loading symbols, see [Specify Symbol (.pdb) and Source Files](../debugger/specify-symbol-dot-pdb-and-source-files-in-the-visual-studio-debugger.md).
260260

261261
## See Also
262-
[Navigating through Code with the Debugger](../debugger/navigating-through-code-with-the-debugger.md)
262+
[Navigating through Code with the Debugger](../debugger/navigating-through-code-with-the-debugger.md)

0 commit comments

Comments
 (0)