Skip to content

Commit ba4785b

Browse files
Del MyersMikejo5000
andauthored
Apply suggestions from code review
Co-authored-by: Mike Jones <[email protected]>
1 parent 3c99cc7 commit ba4785b

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-
![Tools&#47; Options&#47; Debugging&#47;Automatic symbols&47;Specify module filters](media/vs-2022/specify-include-list.png "Tools&#47; Options&#47; Debugging&#47;Automatic symbols&47;Specify module filters")
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-
![Tools&#47; Options&#47; Debugging&#47;All symbols symbols&47;Specify module filters](media/vs-2022/specify-exclude-list.png "Tools&#47; Options&#47; Debugging&#47;All symbols symbols&47;Specify module filters")
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)