Hi All,
I need to break on Cocoa's -[NSException raise]. I cannot find a way to do
this within CW, so I'm switching to gdb. However, when I enter 'break
-[NSException raise]' GDB reports that -[NSException raise] is not defined.
What do I need to do get GDB to load the right stuff? This just works from
Xcode, but I'm building this project from CW so I'm stuck.
Thanks
-Mark
Greg - 26 Aug 2005 05:14 GMT
Perhaps Foundation isn't loaded yet. Did you try fb (future-break)? You
can also do 'info sharedlibrary' to see what is loaded.