Awesomium D wrappers/bindings

Iain Buclaw ibuclaw at ubuntu.com
Fri Dec 14 07:04:04 PST 2012


On 14 December 2012 14:24, David <d at dav1d.de> 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';
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-announce/attachments/20121214/7add7229/attachment.html>


More information about the Digitalmars-d-announce mailing list