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 <[email protected]> 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 > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnustep _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
