What is the difference between a Debug and Release build? Is
there a significant speed difference? Why or why not?
Answers were Sorted based on User's Feedback
Answer / chandra sekhar dola
- The biggest difference between these is that:
In a debug build the complete symbolic debug
information is emitted to help while debugging applications
and also the code optimization is not taken into account.
While in release build the symbolic debug info is not
emitted and the code execution is optimized. Also, because
the symbol info is not emitted in a release build, the size
of the final executable is lesser than a debug executable.
- Usually they are configured to build
differently. The debug build includes building debug
symbols (the .pdb files that live next to the .dll
assemblies) and doesn't perform code optimization which
speeds up compiling a bit.
| Is This Answer Correct ? | 28 Yes | 1 No |
Answer / atreya a
Here is a good article which explains clearly the difference
between RELEASE and DEBUG Builds:
http://dotnetthoughts.wordpress.com/2007/11/29/debug-and-release-builds/
Below given is the conclusion of above link:
1.
We all know that there is no .PDB file generated in RELEASE
database.
2.
If we see the IL(Intermediate Lang) code using ILDASM then
we find that DEBUG build code has some extra variables to
store the current values of variables and some extra nop(no
operation) & GOTO statements which are helpful for the PDB
file to debug the code.
3.
Last but not the least; the RELEASE build code is not at all
OPTIMIZED in comparison to the DEBUG build code(as shown in
the link given above). Any optimization is done by JIT on
top of the IL code at the execution time.
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / ajay chimmiri
if deleting the web.config u can't debug.means ur without
web.config u don't debug the appliction.if ur build the
application web.config not necessary.
| Is This Answer Correct ? | 5 Yes | 11 No |
Answer / kavita sharma
debug just do debugging the application
while release do debugging as well as release the application
| Is This Answer Correct ? | 5 Yes | 51 No |
What is the main difference between a static page and a dynamic page?
About CLS and CTS ?
What are the major differences between asp.net1.1 and asp.net 2.0?
8 Answers CTS, Deloitte, Mphasis, Vison,
Explain the difference between value type and reference type?
whats the best method to cal id in javascript
How to Separate background image and front image from original picture....
0 Answers Sans Pareil IT Services,
What is a Metadata?
To match the two different controls which control would we use ?
What are ASHX files?
What is the use of global.asax file?
What is data binding in asp net?
Which control would you use if you needed to make sure the values in two different controls matched?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)