On 24 September 2013 14:31, Wyatt <wyatt....@gmail.com> wrote:
> On Monday, 23 September 2013 at 22:57:27 UTC, Iain Buclaw wrote:
>>
>>
>> GDB doesn't understand D mangling.  We currently leverage the use of
>> setting pretty-print names for debugging purposes, but you require to
>> put the names in 'quotation.marks' - I will fix this sometime this year...
>> maybe. :)
>
>
> Ah, is THAT what was wrong when I fired up my debugger?  It would be super
> awesome if that were documented...somewhere. :/
>
> -Wyatt

As an example, see how I'm using gdb here to get enum values.

http://forum.dlang.org/post/mvbkskupmcllcjkmx...@forum.dlang.org


Regards
-- 
Iain Buclaw

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

Reply via email to