Can we disable the JIT debugger for common users? Users are getting debug messages even when the system is working properly. Anytime the system finds anything unexpected we can get these prompts. But whatever is wrong doesn't always effect the usage of the application and the details in the debug message are only useful when working in visual studio.
For example when we get a message like this, without being in visual studio, working through the code, how would we know what value holds -1 or what the allowed range even is.
Obviously something is wrong, but it is not effecting the users experience, so we would rather keep these in the console.