Mac development
Milan Babuskov
milanb at panonnet.net
Thu Oct 5 08:26:41 PDT 2006
Alfonso De Prisco wrote:
> I'm wondering how C++ developers do program on a Mac!
Development does not imply using an IDE. I program with simple text
editor and run make from command line. I used to use IDEs before, but
they're just way too cumbersome and distracting.
> Maybe we are too much conditioned by the very expensive M$ Visual C IDE,
You are. ;)
> put a breakpoint
> everywhere and, after we get the execution paused, we can walk the stack
> list, change the value of a variable, move the execution pointer,
> watch/switch all thread contexts, ...
Your original question should have been: Why aren't there any good
debuggers for Mac?
--
Milan Babuskov
http://swoes.blogspot.com/
http://www.flamerobin.org
More information about the wx-users
mailing list