Lost a new commercial user this week :(
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Fri Dec 19 11:20:13 PST 2014
On 12/19/2014 7:38 AM, Daniel Davidson wrote:
> Could this lack of need be
> attributable to understanding of the entire code base being used?
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.
More information about the Digitalmars-d
mailing list