D
David Fink
Guest
To my knowledge, the Exception Settings for a Solution are stored in the .suo file, which is an unpublished binary format.
I didn't see a way to modify them programmatically via a Solution object.
Is there a way to programmatically change the Exception Settings for a Solution?
The use case is:
1. Solutions are generated (automatically, command-line) as necessary, and can change depending on the work (day-to-day).
2. Most of the time, breaking on no exceptions is desired, but the default has quite a few enabled.
Knowledge sources:
Exception settings are not persisted - Developer Community
Solution2.Properties Property (EnvDTE80)
Continue reading...
I didn't see a way to modify them programmatically via a Solution object.
Is there a way to programmatically change the Exception Settings for a Solution?
The use case is:
1. Solutions are generated (automatically, command-line) as necessary, and can change depending on the work (day-to-day).
2. Most of the time, breaking on no exceptions is desired, but the default has quite a few enabled.
Knowledge sources:
Exception settings are not persisted - Developer Community
Solution2.Properties Property (EnvDTE80)
Continue reading...