gitextensions / gitextensions

Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).
https://gitextensions.github.io/
Other
7.69k stars 2.07k forks source link

Loading the GitExtensions.sln resets the Exception settings #6606

Open mstv opened 5 years ago

mstv commented 5 years ago

Current behaviour

Every time I load the GitExtensions.sln, the Exception Settings of the Visual Studio Community Edition are reset to defaults (which do not make much sense to me).

Expected behaviour

Unless this is an intentional limitation by MS, all exceptions but this threading and ConEmu XML stuff should be enabled.

Steps to reproduce

Screenshots

Did this work in previous version of GitExtensions

unknown

Environment

MSVS Community Edition 2017 and 2019

RussKie commented 5 years ago

Could you please provide more info, I don't quite understand the nature of the issue.

ghost commented 5 years ago

Related to this, maybe? https://dailydotnettips.com/exception-settings-window/

mstv commented 5 years ago

Yes, Trond, this is the feature, although I don't even use these conditions. I simply tell the debugger to stop on all exceptions except some uncritical. This selection is not persisted over the restart of MSVS or it is reset to defaults (which are not very helpful).

ghost commented 5 years ago

Interesting. That is a lot more details than I expected, but I suppose it is useful in this context.