Re: WWDC / XCode v2.0?
Re: WWDC / XCode v2.0?
- Subject: Re: WWDC / XCode v2.0?
- From: Patrick Coskren <email@hidden>
- Date: Thu, 1 Jul 2004 19:37:05 -0400
On Jul 1, 2004, at 7:22 PM, Tobias Sargeant wrote:
[The] one thing I really miss from programming on linux/x86 is
valgrind.
Valgrind (at least on x86) makes guard page based malloc debuggers,
leak checkers and a host of other debugging tools essentially
redundant.
Also, unlike programs like purify, it doesn't preinstrument code (and
works better in any case).
In the past it's enabled me to find and squash (within an hour) an evil
heap overrun in some of the most ugly and twisted c code I've ever seen
before, without ever having seen said code before.
http://valgrind.kde.org/
I'll second that. Valgrind is ridiculously effective. It would make a
wonderful addition to XCode, if there aren't some fundamental
technological reasons why it wouldn't work.
-Patrick
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.