<div class="gmail_extra"><div class="gmail_quote">On 14 December 2012 14:24, David <span dir="ltr"><<a href="mailto:d@dav1d.de" target="_blank">d@dav1d.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Am 14.12.2012 13:52, schrieb evilrat:<br>
<div class="im">> On Friday, 14 December 2012 at 12:24:06 UTC, David wrote:<br>
>> A lot of D users use Linux, which isn't supported by awesomium<br>
><br>
> which debugger Linux users use? does gdb support D at least like visual<br>
> studio(visual d)/mago? o_O<br>
<br>
</div>I use gdb all the time! Just compile with -g and -gc. And iirc gdb<br>
supports D when compiled with gdc.<br>
<div class="im"><br clear="all"></div></blockquote></div><br>Aye, GDC is supported by the GNU debugger. D arrays and classes have special handling within the gdb code, along with all the pretty names (ubyte, ushort, uint, ulong).   The rest of the debugging information exported is pretty much shown identical as you would see it if it were gcc/g++ had compiled it.<br>
<br><br>Regards,<br>-- <br>Iain Buclaw<br><br>*(p < e ? p++ : p) = (c & 0x0f) + '0';<br>
</div>