A Perspective on D from game industry
deadalnix via Digitalmars-d
digitalmars-d at puremagic.com
Wed Jun 18 23:50:23 PDT 2014
On Thursday, 19 June 2014 at 05:35:06 UTC, Nick Sabalausky wrote:
> That's why I inadvertently learned to love printf debugging. I
> get to see the whole "chart" at one. Granted, it's in a bit of
> a "The Matrix"-style "only comprehensible if you know what
> you're looking at" kind of way. Actual GUI graphs would
> certainly be nice. But all the data's there at once, so no
> need for constant fast-fowarding and rewindi...oh wait, that's
> right, debuggers can't rewind either. ;)
>
Actually, in C# in visual studio, you can. I was always afraid to
use it as it sounded like black magic to me.
More information about the Digitalmars-d
mailing list