Debug mode VS Release mode
-
Hi friends Whats the difference between Debugging mode and Release mode? Regards Nisha.S
-
Hi friends Whats the difference between Debugging mode and Release mode? Regards Nisha.S
You haven't Googled for yet, have you [^]? :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke -
Hi friends Whats the difference between Debugging mode and Release mode? Regards Nisha.S
Read this article a few days back http://www.codeguru.com/forum/showthread.php?t=269905
the fruits of your success will be in direct ratio to the honesty and sincerity of your own efforts in keeping your own records, doing your own thinking and, reaching your own conclusions. ..surviving in autumn..in love with spring..
-
Hi friends Whats the difference between Debugging mode and Release mode? Regards Nisha.S
The biggest difference is: Debug is used to have access to your code with breakpoints and so on in order to see if one piece of code is doing what expected. Release have no information. See toxxct's answer
Regards. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson Rating helpfull answers is nice, but saying thanks can be even nicer.
modified on Friday, June 13, 2008 4:03 AM
-
The biggest difference is: Debug is used to have access to your code with breakpoints and so on in order to see if one piece of code is doing what expected. Release have no information. See toxxct's answer
Regards. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson Rating helpfull answers is nice, but saying thanks can be even nicer.
modified on Friday, June 13, 2008 4:03 AM
that's it most of the time, but wrong anyway. you can configure the release mode to have debug informations...
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
that's it most of the time, but wrong anyway. you can configure the release mode to have debug informations...
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
that's it most of the time, but wrong anyway. you can configure the release mode to have debug informations...
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
Mmmmm :doh: I didn't know it. Thanks for the info
Regards. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson Rating helpfull answers is nice, but saying thanks can be even nicer.
-
Mmmmm :doh: I didn't know it. Thanks for the info
Regards. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson Rating helpfull answers is nice, but saying thanks can be even nicer.
-
that's it most of the time, but wrong anyway. you can configure the release mode to have debug informations...
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
How can it be done toxccct ? ie how can I configure release mode to gave debug infos. ? because even though i understand debug mode is to be prefered in most cases to the realse mode, I am faced with scenario where release mode is a must, and hence losing debugging at the same time.
Our Philosophy, Mohammed Baqir Al Sadr
-
How can it be done toxccct ? ie how can I configure release mode to gave debug infos. ? because even though i understand debug mode is to be prefered in most cases to the realse mode, I am faced with scenario where release mode is a must, and hence losing debugging at the same time.
Our Philosophy, Mohammed Baqir Al Sadr
you go to your compiler options, and chanck the release mode configuration. I can't say much now, because I don't know which compiler you're using, and I have no visual Studio with me at the moment...
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
How can it be done toxccct ? ie how can I configure release mode to gave debug infos. ? because even though i understand debug mode is to be prefered in most cases to the realse mode, I am faced with scenario where release mode is a must, and hence losing debugging at the same time.
Our Philosophy, Mohammed Baqir Al Sadr
-
How can it be done toxccct ? ie how can I configure release mode to gave debug infos. ? because even though i understand debug mode is to be prefered in most cases to the realse mode, I am faced with scenario where release mode is a must, and hence losing debugging at the same time.
Our Philosophy, Mohammed Baqir Al Sadr
hINTModuleState wrote:
because even though i understand debug mode is to be prefered in most cases to the realse mode
That's not the case. Debug mode is not prefered over release mode: they are used in different scenarios. You use the debug mode while developping and debugging your product. Once it is (more or less) stable and you want to distribute it, you have to distribute the release version of it. You are not allowed to distribute a debug version of your program (because it is using debug dll's from microsoft which you can't distribute).
Cédric Moonen Software developer
Charting control [v1.4] -
You haven't Googled for yet, have you [^]? :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarkewhy you reply message selecting question button,you may select reply or General radio button!!!!
buntyrolln
-
why you reply message selecting question button,you may select reply or General radio button!!!!
buntyrolln
buntyrolln wrote:
why you reply message selecting question button,you may select reply or General radio button!!!!
Possibly because I posted a question. You aren't aware of, are you? :-D BTW you forgot the final question mark in your one.
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke -
buntyrolln wrote:
why you reply message selecting question button,you may select reply or General radio button!!!!
Possibly because I posted a question. You aren't aware of, are you? :-D BTW you forgot the final question mark in your one.
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarkeya but you are asking question to the person who is asking a question,so your question is not the main question. Because of that some confusion arises.
buntyrolln
-
ya but you are asking question to the person who is asking a question,so your question is not the main question. Because of that some confusion arises.
buntyrolln
Don't be confused. Be happy. :-D
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke -
Don't be confused. Be happy. :-D
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain ClarkeOk leave it man,this discuss is getting longer :-D .
buntyrolln