Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Breakpoint locations to help understand the CDT code
Breakpoint locations to help understand the CDT code [message #150190] Thu, 28 July 2005 03:46 Go to next message
Eclipse UserFriend
Originally posted by: Rajasekaran.Deepak.honeywell.com

I have been using Eclipse (3.0.2) for one month. I am now trying to study
the CDT (2.1.1) by running the run-time workbench in the debugger. Kindly
suggest some breakpoint locations to help understand the CDT code.
Re: Breakpoint locations to help understand the CDT code [message #150217 is a reply to message #150190] Thu, 28 July 2005 13:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: cortell.cox.net

A good starting point (if you're using cygwin) is the method:

org.eclipse.cdt.debug.mi.core.CygwinGDBCDIDebugger.createLau nchSession()
Re: Breakpoint locations to help understand the CDT code [message #150472 is a reply to message #150217] Tue, 02 August 2005 07:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Rajasekaran.Deepak.honeywell.com

Rajasekaran "Masatran" Deepak wrote:
> > Kindly suggest some breakpoint locations to help understand the CDT code.

John Cortell wrote:
> A good starting point (if you're using cygwin) is the method:
> org.eclipse.cdt.debug.mi.core.CygwinGDBCDIDebugger.createLau nchSession()

I am not using Cygwin (I am using Debian Linux 3.1 stable).
Re: Breakpoint locations to help understand the CDT code [message #150489 is a reply to message #150472] Tue, 02 August 2005 11:11 Go to previous message
Eclipse UserFriend
Originally posted by: cortell.cox.net

There's an equivalent non-Cygwin class in the same package. But I realized
after my post that you hadn't specified any specific area of CDT. I'd
assumed debugging. If you're interested in other ereas of CDT, you'll
obviously want to set breakpoints elsewhere.
Previous Topic:Multi-platform project
Next Topic:Proceedings
Goto Forum:
  


Current Time: Tue Jul 22 19:52:58 EDT 2025

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

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

Back to the top