|
|
|
|
|
by dirkf
588 days ago
|
|
There's one DDD feature that I haven't found elsewhere: its graphical representation of a struct and its contents. You can double-click on a pointer field and then it draws whatever that field pointed to, with a nice arrow connecting the two. I've found it a very powerful yet compact way to visualize the state of a program when debugging. |
|