sujit prusty
what is the difference between debug and release.
By sujit prusty in ASP.NET on Jun 24 2010
  • Pratul Tripathi
    Jun, 2010 25

    In debug mode, a symbolic debugging information in M/S format is produced, that helps to debug the code.Also it does not take optimization to execute the code in to the consideration.It takes more memory because of information in symbolic pattern.


    In Release mode, no debugging information is present,hence took less memory. Also the execution of code remains optimized.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS