Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Integrating eclipse with a different debugger using CDT

That link is for the CDI, which, if not actually deprecated, is not being actively maintained or developed. Instead I suggest you use the DSF (Debug Services Framework) to implement your debugger. DSF is a much more flexible interface. A search will find several resources, including a tutorial/example on implementing an interpretive language debugger into CDT by using DSF. 
--
Subs




On 18 Oct 2011, at 10:02, vrushali babar wrote:

Refer these links

Hope this helps.

Thanks,
Vrushali.


From: devshankha Sharma <dev_sharma987@xxxxxxxxxxxxxx>
To: cdt-dev@xxxxxxxxxxx
Sent: Tuesday, October 18, 2011 1:28 PM
Subject: [cdt-dev] Integrating eclipse with a different debugger using CDT


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. Can the CDT plugin be used to
integrate eclipse with third party debugger?. Also, more specifically, what are the major API's
in CDT that comes into play for this?

Regards,
Dev Sharma

Treat yourself at a restaurant, spa, resort and much more with Rediff Deal ho jaye!

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top