I have a software vendor that has requested that we install the Windows debugging symbols and the desktop heap monitor in our production environment. The vendor is trying to determine if we are experiencing desktop heap exhaustion as the root cause of some COM+ issues. Is there any risk or harm in installing these items on production servers? I don't believe in debugging objects on a production system but I also don't want to overreact. I appreciate everyone's opinion.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

I can't speak for the debug symbols first-hand, but there shouldn't be any problem running the DHMon.

The problem with running debug code on production machines is a performance hit. If you're still running the same EXEs from the vendor, and just pointing WinDbg to debug symbols, I don't think this will affect your performance at all.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.