Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Difference Between 'Debug' and 'Release'
Difference Between 'Debug' and 'Release' [message #156443] Tue, 18 October 2005 09:09 Go to next message
Senthil Kumar  S is currently offline Senthil Kumar SFriend
Messages: 7
Registered: July 2009
Junior Member
Hello All,

Anyone knows what is the difference between Debug and Release
Mode in CDT.

Regards,
Senthil Kumar
Re: Difference Between 'Debug' and 'Release' [message #156449 is a reply to message #156443] Tue, 18 October 2005 09:45 Go to previous message
Richard Brady is currently offline Richard BradyFriend
Messages: 5
Registered: July 2009
Junior Member
Senthil Kumar S wrote:
> Hello All,
>
> Anyone knows what is the difference between Debug and Release
> Mode in CDT.
>
> Regards,
> Senthil Kumar
>
Debug mode includes debug info in your executable when you compile, so
that a debugger can be used to step through your code. In release mode
no debug info is included.
Previous Topic:ld: crt2.o: No such file: No such file or directory
Next Topic:Activate a new plugin
Goto Forum:
  


Current Time: Thu Jul 25 16:30:56 GMT 2024

Powered by FUDForum. Page generated in 0.03365 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top