Skip to content

Commit b332801

Browse files
authored
Apply suggestions from PR review
Add periods to alt text.
1 parent 028d3fd commit b332801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/debugger/specify-symbol-dot-pdb-and-source-files-in-the-visual-studio-debugger.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ are searched for while debugging. Choose **Specify module filters** to fine-tune
183183

184184
By default, you see the following dialog when **Automatically choose what module symbols to search for** is selected:
185185

186-
![Screenshot of specifying module filters](media/vs-2022/specify-include-list.png)
186+
![Screenshot of specifying module filters.](media/vs-2022/specify-include-list.png)
187187

188188
You can add a module to the filter by using the '+' icon. Module filters support simple wild-card
189189
matching. A '\*' matches any group of characters. For example '\*myproduct\*' will match files such
@@ -203,7 +203,7 @@ might be affected by your [Just My Code](just-my-code.md) settings.
203203
If you have selected **Search for all module symbols unless excluded**, then the module filter
204204
dialog looks like this:
205205

206-
![Screenshot of specifying excluded modules](media/vs-2022/specify-exclude-list.png)
206+
![Screenshot of specifying excluded modules.](media/vs-2022/specify-exclude-list.png)
207207

208208
In this dialog, you can choose what modules you *do not* want Visual Studio to load symbols for.
209209
In this scenario, Visual Studio attempts to load symbols for every module in your debugged

0 commit comments

Comments
 (0)