المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Debugging: Root Out Elusive Production Bugs with These Effective Techniques



C++ Programming
03-29-2009, 02:42 AM
Errors happen. But in production, error logs often provide little or no help in pinpointing the exact line of code in which the problem originates. You can't usually isolate the root cause by modifying code in a production environment because recreating the exact same environment is very difficult due to the large number of potential software and hardware configurations. This article provides some concrete steps you can take to get at the heart of the problems in your production code.

Matt Adamson

<a href="http://msdn.microsoft.com/magazine/e3d3f1ab-75d0-4c7b-bb60-a66d4ee16b51">MSDN Magazine July 2005