Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!decwrl!pa.dec.com!nntpd.lkg.dec.com!engage!ootool.dec.com!tenny From: tenny@ootool.dec.com (Dave Tenny) Newsgroups: comp.sys.next Subject: How to catch NX_RAISE() in action Message-ID: <1991Jun6.010928.25725@engage.pko.dec.com> Date: 6 Jun 91 01:07:22 GMT Sender: newsdaemon@engage.pko.dec.com (USENET News Daemon) Organization: Digital Equipment Corporation Lines: 19 While modifying my previously nicely functioning hierarchy to get around a need for multiple inheritance (Please can't someone add MI to OBJC), I broke my code which was using the typed stream functionality. All I'd get was "Uncaught exception 8002". Okay, I know that means I broke the stream. But it would be awfully nice if in gdb I could set a breakpoint on the sucker which is raising this exception. I can't figure out how. Anybody got an answer? (I've already debugged my particular situation, but I could have used this tonight, and I've needed it before, so it is a question of general utility to people debugging calls to typedstream methods). Dave