Debugging support for D - wiki
Iain Buclaw
ibuclaw at ubuntu.com
Tue Sep 24 06:57:37 PDT 2013
On 24 September 2013 14:31, Wyatt <wyatt.epp at 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/mvbkskupmcllcjkmxegw@forum.dlang.org
Regards
--
Iain Buclaw
*(p < e ? p++ : p) = (c & 0x0f) + '0';
More information about the Digitalmars-d
mailing list