I work in a store that supports a fairly new application. The application still has its share of errors, and numerous tickets arrive daily. The error information that we give with these tickets is not as useful as it could be, because the application was compiled in Release mode, which I read, less and faster (it makes sense).
Are there any implications for deploying a .NET application for production that was compiled in debug mode? I would expect it to be a little slower, but I read the difference in nominal. This would assure us that when we get errors in tickets, we have a line number associated with these errors, and this, of course, makes debugging easier.
Any large red flags that would prevent you from doing this? I am tasked with exploring this possibility. So thanks for any feedback.
Mario
source share