Home » Language IDEs » C / C++ IDE (CDT) » Is CDT available for debugging NOW?
Is CDT available for debugging NOW? [message #59170] |
Tue, 21 January 2003 09:26  |
Eclipse User |
|
|
|
Originally posted by: javacard.hotmail.com
Hi all,
Currently I'm using Eclipse :
--Platform V2.1
--CDT v1.0.1
--JDT v2.1.0
The JDT is quite nice to use.(actually it's my favorite development
tool for J2SE).But I'm disappointed by CDT.Is CDT available for C
program's debugging NOW?If so,can anyone post the simplest sample here(the
makefile,the helloworld program,configuration for CDT).If not,will anyone
announce the situation of CDT tool officially?
Although CDT is a good tool for C/C++ development in the future,it
wastes too much time for new user to struggle with
configuration,downloading different version GDB...And bad thing is finally
we just find CDT is not ready for C/C++ development.
I still think Eclipse will be the most significant platform for
Java/C/C++ development,and I hope I can contribute my effort to this great
work.And I also hope this news board could be a useful area for new users.
Regards,
XUSOO
|
|
|
Re: Is CDT available for debugging NOW? [message #59226 is a reply to message #59170] |
Tue, 21 January 2003 14:20   |
Eclipse User |
|
|
|
"xusoo" <javacard@hotmail.com> wrote in message
news:b0jlah$ik4$1@rogue.oti.com...
| Hi all,
| Currently I'm using Eclipse :
| --Platform V2.1
| --CDT v1.0.1
| --JDT v2.1.0
| The JDT is quite nice to use.(actually it's my favorite development
| tool for J2SE).But I'm disappointed by CDT.Is CDT available for C
| program's debugging NOW?If so,can anyone post the simplest sample here
This information is readily available in the CDT user and Developer FAQ.
They are available from the main CDT websitte
www.eclipse.org/cdt
-Judy
|(the
| makefile,the helloworld program,configuration for CDT).If not,will anyone
| announce the situation of CDT tool officially?
| Although CDT is a good tool for C/C++ development in the future,it
| wastes too much time for new user to struggle with
| configuration,downloading different version GDB...And bad thing is finally
| we just find CDT is not ready for C/C++ development.
| I still think Eclipse will be the most significant platform for
| Java/C/C++ development,and I hope I can contribute my effort to this great
| work.And I also hope this news board could be a useful area for new users.
|
| Regards,
| XUSOO
|
|
|
|
|
Re: Is CDT available for debugging NOW? [message #59301 is a reply to message #59170] |
Tue, 21 January 2003 15:25   |
Eclipse User |
|
|
|
Originally posted by: alain.no.spam
xusoo wrote:
> Hi all,
> Currently I'm using Eclipse :
> --Platform V2.1
> --CDT v1.0.1
> --JDT v2.1.0
> The JDT is quite nice to use.(actually it's my favorite development
> tool for J2SE).But I'm disappointed by CDT.Is CDT available for C
> program's debugging NOW?If so,can anyone post the simplest sample here(the
> makefile,the helloworld program,configuration for CDT).If not,will anyone
> announce the situation of CDT tool officially?
> Although CDT is a good tool for C/C++ development in the future,it
> wastes too much time for new user to struggle with
> configuration,downloading different version GDB...And bad thing is finally
> we just find CDT is not ready for C/C++ development.
> I still think Eclipse will be the most significant platform for
> Java/C/C++ development,and I hope I can contribute my effort to this great
> work.And I also hope this news board could be a useful area for new users.
Your enthousiasm is great, but you are comparing oranges with apples.
JDT/Eclipse did not come together overnight, which is what you are asking
for the CDT.
But if you can point us to a C/C++ compiler, debugger(understanding
Elf/COFF
GNU/Linux platfrom, Windows(xxx) etc ...) assembler, linker, builder in
__JAVA__ that will probably help speed things up making the CDT much more
userfriendly and comparable with JDT.
> Regards,
> XUSOO
|
|
|
Re: Is CDT available for debugging NOW? [message #59327 is a reply to message #59226] |
Tue, 21 January 2003 21:03   |
Eclipse User |
|
|
|
Originally posted by: javacard.hotmail.com
Hi Judy,
I open the CDT's FAQ page again,I wish I could find something new from
last November.But it's still old one:'Last Modified on Monday, October 7,
2002'.The section 'Debugging C/C++ Projects' is still empty.
Did you read the discussion on CDT's debugging in the past month?I
guess no one get answer finally.Check the postings on 'debugging' subject
please.
Thanks.
XUSOO
Judy N. Green wrote:
> "xusoo" <javacard@hotmail.com> wrote in message
> news:b0jlah$ik4$1@rogue.oti.com...
> | Hi all,
> | Currently I'm using Eclipse :
> | --Platform V2.1
> | --CDT v1.0.1
> | --JDT v2.1.0
> | The JDT is quite nice to use.(actually it's my favorite development
> | tool for J2SE).But I'm disappointed by CDT.Is CDT available for C
> | program's debugging NOW?If so,can anyone post the simplest sample here
> This information is readily available in the CDT user and Developer FAQ.
> They are available from the main CDT websitte
> www.eclipse.org/cdt
> -Judy
> |(the
> | makefile,the helloworld program,configuration for CDT).If not,will anyone
> | announce the situation of CDT tool officially?
> | Although CDT is a good tool for C/C++ development in the future,it
> | wastes too much time for new user to struggle with
> | configuration,downloading different version GDB...And bad thing is finally
> | we just find CDT is not ready for C/C++ development.
> | I still think Eclipse will be the most significant platform for
> | Java/C/C++ development,and I hope I can contribute my effort to this great
> | work.And I also hope this news board could be a useful area for new users.
> |
> | Regards,
> | XUSOO
> |
> |
|
|
|
close this post by myself [message #62767 is a reply to message #59170] |
Sat, 22 February 2003 02:01  |
Eclipse User |
|
|
|
Originally posted by: javacard.hotmail.com
check the "Binary Parser" in Project's Properties,select "PE Windows
Parser" on WIN32 platform.
xusoo wrote:
> Hi all,
> Currently I'm using Eclipse :
> --Platform V2.1
> --CDT v1.0.1
> --JDT v2.1.0
> The JDT is quite nice to use.(actually it's my favorite development
> tool for J2SE).But I'm disappointed by CDT.Is CDT available for C
> program's debugging NOW?If so,can anyone post the simplest sample here(the
> makefile,the helloworld program,configuration for CDT).If not,will anyone
> announce the situation of CDT tool officially?
> Although CDT is a good tool for C/C++ development in the future,it
> wastes too much time for new user to struggle with
> configuration,downloading different version GDB...And bad thing is finally
> we just find CDT is not ready for C/C++ development.
> I still think Eclipse will be the most significant platform for
> Java/C/C++ development,and I hope I can contribute my effort to this great
> work.And I also hope this news board could be a useful area for new users.
> Regards,
> XUSOO
|
|
|
Goto Forum:
Current Time: Fri May 23 15:05:31 EDT 2025
Powered by FUDForum. Page generated in 0.03347 seconds
|