discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Problem running autogsdoc


From: Eric Wasylishen
Subject: Re: Problem running autogsdoc
Date: Tue, 29 Nov 2011 18:26:10 -0700

Hi,
Sounds like a bug; -removeObjectForKey: is a method on NSMutableDictionary but 
not NSMutableSet.

To break on exceptions type:

b -[NSException raise]

in gdb.

-Eric

On 2011-11-29, at 11:03 PM, Daniel Santos wrote:

> Hello,
> 
> Can anyone give me a hint ?
> How do I tell gdb to stop on objectiveC exceptions ?
> 
> Cheers
> 
> 
> On 2011-11-23 04:05:35 -0500 Daniel Santos <daniel.dlds@gmail.com> wrote:
> 
>> Hello,
>> I have checked out the source tree from SVN, and did a build of base.
>> Now I wanted to use the built autogsdoc to generate the source code docs.
>> When invoking it on a sheel I get :
>> # autogsdoc -DocumentationDirectory ~/doc/GNUStep/base
>> ../Headers/Foundation/NSError.h
>> autogsdoc: Uncaught exception NSInvalidArgumentException, reason:
>> GSMutableSet(instance) does not recognize removeObjectForKey:
>> Can anyone tell what's the problem ?
>> Cheers
> 
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnustep




reply via email to

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