On 14 December 2012 14:24, David <[email protected]> wrote:

> Am 14.12.2012 13:52, schrieb evilrat:
> > On Friday, 14 December 2012 at 12:24:06 UTC, David wrote:
> >> A lot of D users use Linux, which isn't supported by awesomium
> >
> > which debugger Linux users use? does gdb support D at least like visual
> > studio(visual d)/mago? o_O
>
> I use gdb all the time! Just compile with -g and -gc. And iirc gdb
> supports D when compiled with gdc.
>
>
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.


Regards,
-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';

Reply via email to