www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - DDT in Eclipse

reply Russel Winder <russel winder.org.uk> writes:
I am finding that I have to remove DDT from Eclipse in order to get the
latest CDT. Is this to be expected?

Thanks.

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder
Mar 20 2014
next sibling parent "dnspies" <dspies ualberta.ca> writes:
On Thursday, 20 March 2014 at 12:14:09 UTC, Russel Winder wrote:
 I am finding that I have to remove DDT from Eclipse in order to 
 get the
 latest CDT. Is this to be expected?

 Thanks.
I had to do the same. It has something to do with the required version for the GDB plugin. I ended up just keeping two separate installations of eclipse (one for CDT and everything else, and one for DDT). This seems a little wasteful, but it's not that uncommon (NSight Eclipse for CUDA and Octclipse for Octave are two examples of other eclipse-mods that work in a standalone copy of Eclipse)
Mar 21 2014
prev sibling parent Bruno Medeiros <bruno.do.medeiros+dng gmail.com> writes:
On 20/03/2014 12:13, Russel Winder wrote:
 I am finding that I have to remove DDT from Eclipse in order to get the
 latest CDT. Is this to be expected?

 Thanks.
Yes, it is expected (even if not ideal). The "C/C++ DSF GDB Debugger Integration" feature had its version bumped from 4.2.0 directly to 8.3.0 (I guess to have the same version as the rest of CDT features). DDT is setup to be strict about dependencies and does not allow a bump of the major version. (in this case it's likely the API is compatible though). I'll fix this soon and test the new CDT debugger version, as well as investigate some other pending debugger issues. -- Bruno Medeiros https://twitter.com/brunodomedeiros
Mar 24 2014