Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Integrating eclipse with a different debugger
Integrating eclipse with a different debugger [message #739435] Mon, 17 October 2011 13:28 Go to next message
Dev_Sharma987 is currently offline Dev_Sharma987Friend
Messages: 2
Registered: October 2011
Junior Member

We have a debugger developed in our company for our own proprietary scripting language. This debugger has the same look and feel like the gdb debugger available in C. It starts a command prompt and has options for adding breakpoints, printing values, method callflow etc. Now I have to integrate this debugger with eclipse. Basically eclipse should invoke this debugger which is installed in the same host and the developer should be able to work seamelessly.

I have read some articles on how to create a debugger in eclipse but did-not find any material as to how Eclipse should be "integrated" with a 3rd party debugger. Does eclipse provide any standard APIs, hooks, plugins to go about the same? Kindly advise.
Re: Integrating eclipse with a different debugger [message #740129 is a reply to message #739435] Tue, 18 October 2011 07:30 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
That's a good question for the CDT developer mailing-list.
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:CDT declaration/definition window
Next Topic:How to import the makefile?
Goto Forum:
  


Current Time: Fri Apr 26 14:56:11 GMT 2024

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

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

Back to the top