Lost a new commercial user this week :(

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Sat Dec 20 06:04:35 PST 2014


On 2014-12-19 20:20, Walter Bright wrote:

> No. It's attributable to I use different methods of debugging.
>
> The dmd source code is littered with debugging aids I've written. The
> classic example is having a pretty-printer for each data structure. I
> don't find the typical debugger pretty-printer to be adequate at all -
> they never dump the type in the way that I think about the type.

It can still be handy with a debugger. If you have written a custom 
pretty-printer you can still call that one from the debugger.

In LLDB it's possible to write custom formatters/pretty-printer for your 
own types.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list