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" <[EMAIL PROTECTED]>
To: "Lloyd Dupont" <[EMAIL PROTECTED]>
Cc: "GNUstep Discussion" <[email protected]>
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 <[EMAIL PROTECTED]>
http://www.aeruder.net



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to