|
From: | Lloyd Dupont |
Subject: | Re: GDB debugging question |
Date: | Mon, 12 Sep 2005 14:34:22 +1000 |
mmh..it's what I was afraid of... maybe the GDB support for ObjectiveC is not properly installed :-(
wheny I type that (-[NSException raise]) it tolds me: Funtcion "" not defined Or maybe I should use the debug version of GNUstep? Thanks anyway ;-)----- Original Message ----- From: "Andrew Ruder" <aeruder@ksu.edu>
To: "Lloyd Dupont" <lloyd@nova-mind.com> Cc: "GNUstep Discussion" <discuss-gnustep@gnu.org> Sent: Monday, September 12, 2005 2:23 PM Subject: Re: GDB debugging question
On Mon, Sep 12, 2005 at 01:49:44PM +1000, Lloyd Dupont wrote:like "break code.m:273", but I'm still trying to setup a break point like "break raise" (as in [NSException raise]).In general, if you have a Objective-C supporting gdb, you do something like: break -[NSException raise] (for instance method) or break +[NSException raise] (for class method) I'm fairly certain this should also work on Mac OS X. - Andy -- Andrew Ruder <aeruder@ksu.edu>http://www.aeruder.net
[Prev in Thread] | Current Thread | [Next in Thread] |