help-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need help document on debugging Objc-C code using GDB (fwd)


From: Kotesh
Subject: Re: Need help document on debugging Objc-C code using GDB (fwd)
Date: Mon, 17 Sep 2001 18:42:22 +0530

I was able to put break point in the fileWCModelController.m after creating
a debug version of WCmodel.framework .

Is there a way(probably configuration in make files)  through which we can
create both non-debug and debug versions of a framework with single make
command??

thanks
kotesh

----- Original Message -----
From: "Adam Fedor" <fedor@doc.com>
To: "Kotesh" <kotesh@orillion.com>
Cc: <help-gnustep@gnu.org>
Sent: Friday, September 14, 2001 9:06 PM
Subject: Re: Need help document on debugging Objc-C code using GDB (fwd)


>
> > Breakpoint 1, 0xff26cbbc in main ()
> >    from
/usr/GNUstep/System/Libraries/sparc/solaris2.8/gnu-gnu-gnu/libgnustep-ba
> > se.so.1
> > (gdb) break WCModelController.m:40
> > the class WCModelController does not have any method named m
> > Hint: try 'WCModelController.m:40<TAB> or 'WCModelController.m:40<ESC-?>
> > (Note leading single quote.)
> >
>
>
> I don't know how to solve this. I've seen it before and I think it's a
> problem with shared libraries (perhaps WCModelController.m is in a
> shared library that hasn't been loaded yet?)
>
> You might try breaking on a function within that file or try an actual
> method name and/or make sure that class has really been loaded in.
>
> P.S. Even though Nicola and I answer most questions, it's best to send
> inquiries to bug-gnustep or help-gnustep. THat way more people can
> (hopefully) get involved, and we may not always be able to answer your
> question.
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]