Skip to content

Commit 92b4b9b

Browse files
authored
Merge pull request #3621 from v-makoud/patch-18
C54300: Missing \ in order to create a bolded \* section
2 parents 15f7190 + 1f76fa0 commit 92b4b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugger/managing-exceptions-with-the-debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ To add conditional exceptions:
210210

211211
![Extra conditions for an exception](../debugger/media/extraconditionsforanexception.png "ExtraConditionsForAnException")
212212

213-
3. For each condition line, type the name of the module, and change the comparison operator list to **Equals** or **Not Equals**. You may specify wildcards (**\\***) in the name to specify more than one module.
213+
3. For each condition line, type the name of the module, and change the comparison operator list to **Equals** or **Not Equals**. You may specify wildcards (**\\\***) in the name to specify more than one module.
214214

215215
4. If you need to delete a condition, choose the **X** at the end of the condition line.
216216

0 commit comments

Comments
 (0)