Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » integrate debugger in CDT
integrate debugger in CDT [message #116830] Tue, 24 August 2004 05:19 Go to next message
Eclipse UserFriend
Through managed build system , I can integrate my own toolchain.
So i want to know that, debugger is the part of toolchain or not.
if not, then what's the way for using my own debugger instead of GDB.
Re: integrate debugger in CDT [message #116844 is a reply to message #116830] Tue, 24 August 2004 06:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dkelsey.nospamhotmail.com

When I used CDT to develop my C Project, we used the Microsoft compilers.
To debug I just set up an external tool which pointed to the microsoft
debugger and
launched it with the parameter of the selected entry within the project.
So I would highlight my EXE, run the debugger via the external tool
facilities and it
launched my debugger ready to debug the EXE.

Dave Kelsey

"rohit" <rohitgauba@fastmail.fm> wrote in message
news:cgf17f$g0a$1@eclipse.org...
> Through managed build system , I can integrate my own toolchain.
> So i want to know that, debugger is the part of toolchain or not.
> if not, then what's the way for using my own debugger instead of GDB.
>
>
>
>
Re: integrate debugger in CDT [message #117252 is a reply to message #116844] Wed, 25 August 2004 10:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: danmcleran.hotmail.com

Dave Kelsey wrote:

> When I used CDT to develop my C Project, we used the Microsoft compilers.
> To debug I just set up an external tool which pointed to the microsoft
> debugger and
> launched it with the parameter of the selected entry within the project.
> So I would highlight my EXE, run the debugger via the external tool
> facilities and it
> launched my debugger ready to debug the EXE.

> Dave Kelsey

Does that mean you were able to step thru your code and view
registers,etc. from within Eclipse as well?
Re: integrate debugger in CDT [message #117435 is a reply to message #117252] Thu, 26 August 2004 05:28 Go to previous message
Eclipse UserFriend
Originally posted by: dkelsey.nospamhotmail.com

Nop, it was an external tool launch so was not integrated into eclipse. But
it did the job, the debugger
allowed me to step through my code I just needed to tell the debugger where
the source was.
It was only a minor inconvenience to have to launch via an external tool and
I had full debugging facilities.

what made CDT great from our development point of view was that we were
developing for multiple platforms
so people could use Windows or Linux, whichever they preferred and if we had
to debug a problem on linux
we used eclipse, gcc and gdb and to debug on windows we used eclipse, vc++
and the vc++ debugger.

Dave Kelsey

"Dan McLeran" <danmcleran@hotmail.com> wrote in message
news:cgi7bf$msb$1@eclipse.org...
> Dave Kelsey wrote:
>
> > When I used CDT to develop my C Project, we used the Microsoft
compilers.
> > To debug I just set up an external tool which pointed to the microsoft
> > debugger and
> > launched it with the parameter of the selected entry within the project.
> > So I would highlight my EXE, run the debugger via the external tool
> > facilities and it
> > launched my debugger ready to debug the EXE.
>
> > Dave Kelsey
>
> Does that mean you were able to step thru your code and view
> registers,etc. from within Eclipse as well?
>
Previous Topic:turned off scanner configuration builder
Next Topic:How to link functions
Goto Forum:
  


Current Time: Mon Jun 23 17:47:04 EDT 2025

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

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

Back to the top