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

Vladimir Panteleev thecybershadow at gmail.com
Mon Sep 3 03:05:19 PDT 2007


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.

-- 
Best regards,
  Vladimir                          mailto:thecybershadow at gmail.com


More information about the Digitalmars-d-debugger mailing list