Skip to content

Commit 845a716

Browse files
Acrolinx rewrites.
1 parent 5d858ae commit 845a716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,11 @@ To add conditional exceptions:
207207

208208
![Conditions for an exception](../debugger/media/dbg-conditional-exception.png "DbgConditionalException")
209209

210-
2. To add extra required conditions to the exception, select **Add Condition** for each desired condition. Additional condition lines appear.
210+
2. To add extra required conditions to the exception, select **Add Condition** for each new condition. Additional condition lines appear.
211211

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

214-
3. For each condition line, type the name or specifier (wildcards are accepted) of the module(s), and change the comparison operator list to **Equals** or **Not Equals**.
214+
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.
215215

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

0 commit comments

Comments
 (0)