D tooling: perf tool, gdb, unit tests, gcov, gprof

2014-09-21 Thread Scott Wilson via Digitalmars-d
Me again. Looking at support for standard gnu tooling in D. For debugging theres http://wiki.dlang.org/Debugging according to that gdb support is good. Any comments on the quality & stability &c. We also use perf, gprof, gcov. Is there support in D for those. Or support for D in those. :-) After

Re: D tooling: perf tool, gdb, unit tests, gcov, gprof

2014-09-21 Thread Walter Bright via Digitalmars-d
On 9/21/2014 10:38 AM, Scott Wilson wrote: Me again. Looking at support for standard gnu tooling in D. For debugging theres http://wiki.dlang.org/Debugging according to that gdb support is good. Any comments on the quality & stability &c. We also use perf, gprof, gcov. Is there support in D for