<div class="gmail_quote">On Mon, Aug 1, 2011 at 11:22 AM, Ary Manzana <span dir="ltr"><<a href="mailto:ary@esperanto.org.ar">ary@esperanto.org.ar</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div><div></div><div class="h5">On 8/1/11 2:16 PM, Trass3r wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Am 01.08.2011, 13:39 Uhr, schrieb Samuel Lampa<br>
<<a href="mailto:samuel.lampa@scilifelab.uu.se" target="_blank">samuel.lampa@scilifelab.uu.se</a><u></u>>:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I'm looking into using D for some sysadmin tools I need to develop att<br>
UPPMAX, and thus is looking for a good IDE for use on Linux, that<br>
supports debugging (step/go-into etc) debugging and code completion.<br>
</blockquote>
<br>
I think DDT doesn't support debugging yet.<br>
But unfortunately there's no real alternative (I know of).<br>
</blockquote>
<br></div></div>
Someone could try to contribute to DDT by extracting Descent's debugger from it (the code is totally separated from other IDE features so it's should be straight forward). Though Descent's debugger only worked with ddbg (dead, I think) and gdb (which kind of understands D, but not that much).<br>

</blockquote><div><br></div><div>That's the trick. I don't know about the rest of you, but I haven't had any luck figuring out how to debug code compiled by DMD with any sort of efficiency, so I've just been using GDC for everything. The problem is that integrating gdb would require the IDE to know the difference between the two, which is non-trivial.</div>

<div>And if I can't even find the symbol I want in an executable compiled by DMD, how would I code an IDE that could? </div></div><br>