Re: PB Newbie Again
Re: PB Newbie Again
- Subject: Re: PB Newbie Again
- From: "Sean McBride" <email@hidden>
- Date: Tue, 7 Jul 2009 10:08:36 -0400
- Organization: Rogue Research Inc.
On 7/6/09 8:42 PM, Paul Summermatter said:
>4) Code Analysis: XCode, like PB, does not seem to do any real time
>code analysis at all. My experience developing in IDEA for the last 7
>years has made me appreciate the extremely beneficial aspects of live
>code analysis. Highlighting syntax errors is just the start of this,
>but I would be happy to have just that. Is it possible to turn on
>Code Analysis in XCode or are there custom add ons that will do this?
Check this out:
<http://www.karppinen.fi/analysistool/>
>5) Unit Test stats: When I run unit tests, all I seem to be able to
>get for output is text in the build window. Is there nothing like the
>JUnit integration in IDEA and Eclipse where you see, in graphical
>form, the tests that were run along with which were successful and
>which failed? I would be happy just to have a count of the total
>number of tests run/passed, but I cannot seem to even find that.
Nope. :( Also lacking: ability to check for memory leaks when running tests.
>6) Code Coverage: Are there any options for doing code coverage? I
Only gcov. See its man page. Note that code coverage only works
properly if you use the system default compiler (gcc 4.0 on 10.5).
That's quite annoying, because gcc 4.2 is much better.
See also:
<http://code.google.com/p/coverstory/>
> As an aside, if any of the Apple XCode developers monitor this list,
Many do.
Also, do file bugs on everything you feel is lacking:
<http://bugreport.apple.com>
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden