Is there an IDE with a working graphic debuger under Linux ?

Ary Manzana ary at esperanto.org.ar
Mon Sep 3 03:11:42 PDT 2007


Vladimir Panteleev escribio':
> On Mon, 03 Sep 2007 11:52:58 +0300, lalebarde <l.alebarde2 at free.fr> wrote:
> 
>> Thank you Manzana. I have installed Eclipse (IDE), Descent (D source editor eclipse plugin) and DSSS (build engine). At this point, it is alright. I can make a D project, edit it (Descent looks great), and build it, both with GDC or DMD.
>>
>> I then installed gdb 6.5 with the D gdb patch 6.5 (cf http://dsource.org/projects/gdb-patches/).
>>
>> Debugging does not work for me, either with GDC or DMD. I compile with -g to have the symbols. But no symbol seems to be loaded.
> 
> You have to specify -g during linking as well - although I think DSSS/Rebuild will do that automatically. Check the command line it passes to the linker.
> 

Apart from that, yesterday I fixed some stuff regarding Descent with 
gdb. I'll test it some more, and probably make a maintenance release in 
these days (which will also have an Open Type dialog).


More information about the Digitalmars-d-debugger mailing list