- Mastering Visual Studio 2017
- Kunal Chowdhury
- 54字
- 2025-04-04 18:47:05
Add conditions to Exception Settings
Visual Studio 2017 allows you to add conditions when you configure the debugger to break on thrown exceptions from a specific module. Thus, the breakpoint will hit only when the specified condition is met. You can use the asterisk/wildcards to broaden the conditions, as shown in the following screenshot:
