JetBrains.Application.ShellTraceListener is eating my Debug.Asserts
I have Visual Studio Package where I use Debug.Assert. Unfortunately
JetBrains.Application.ShellTraceListener is eating them. The Assert is raised but no dialog appears. Is there any way to turn off this trace listener?
Note that if I create a simple WinForms application which calls Debug.Assert the assert dialog is properly displayed. It's only when I'm debugging my package as it's installed in DevEnv that the assert fails.
thanks,
Patrick
Please sign in to leave a comment.