Mac development
jtgxbass
jtgrassie at gmail.com
Fri Oct 6 00:29:41 PDT 2006
>
> > 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?
>
GDB.
Excellent debugger if you know how to use it!
All Xcode does (well 'all' is not really true but) is provide a GUI for all
the open source command line apps. But of course, Xcode doesnt provide GUI
for every possible GDB option, hence its better IMHO to learn the command
line tools instead of relying on the GUI (IDE).
On 10/5/06, Milan Babuskov <milanb at panonnet.net> wrote:
>
> Kevin Ollivier wrote:
> > And IMHO, it does
> > look like the XCode debugger for Leopard will be pretty slick:
> >
> > http://www.apple.com/macosx/leopard/xcode.html
>
> "Delight in a debugger so groundbreaking, you'll make mistakes just to
> see it in action."
>
>
> LOL
>
> Original, as always.
>
> --
> Milan Babuskov
> http://swoes.blogspot.com/
> http://www.flamerobin.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20061006/009=
1242d/attachment.htm
More information about the wx-users
mailing list