WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE

Answers were Sorted based on User's Feedback



WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE..

Answer / gautam

debug mode built always comes up with debug info and it's
for diagnostic purpose only. so size will be bigger and you
can debug it with the help of visual studio and with some
diagnostic apis/macros.

once you are sure there is nothing to debug, need to make a
final built (release mode). it will remove debug info,
strip off debug/diagnostic specific calls from your code.
so, size will be small, optimized, faster(hopefully) and
ready to ship.

Is This Answer Correct ?    10 Yes 0 No

WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE..

Answer / sachin mahajan

Size of exe is more in Debug than in release and hence
release is faster.
Debug contains debugging symbols information and
Release does not have.

Is This Answer Correct ?    9 Yes 2 No

WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE..

Answer / prakash

In release mode all data are clear and you can save it,but
in debugging mode lock all data when not change or correct
data insert in that line or data.

Is This Answer Correct ?    4 Yes 0 No

WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE..

Answer / aditya

i think there us more to release & debug modes than just
size of .exe files & data locking....for eg while making a
dll only a release mode can be used....can anyone be a
little bit more clear....please.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More MFC Interview Questions

How can update edit control data of an executing application from other application?

3 Answers   HP,


What is the difference between the ASSERT and VERIFY macros?

4 Answers  


1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions

1 Answers  


Tell me the different controls in MFC ?

5 Answers  


What is the difference between the Encapsulation and Abstraction

25 Answers   HCL, Invensys, TCS, Wipro,






what is the use of CWinApp class?

3 Answers   Mphasis,


What is stack size in win32 program?

1 Answers   HCL,


What is the difference between workrer thread and UI thread

3 Answers   HCL,


What is model and modeless dialog box ? Give some examples?

2 Answers   Mphasis,


19)how to set Back Ground Picture to a Dialog Box in MFC ?

1 Answers  


Does the application have more than one object? If no, then what is the reason?

5 Answers  


What is mfc class hierarchy?

0 Answers  


Categories