[comp.sys.next] How to catch NX_RAISE

tenny@ootool.dec.com (Dave Tenny) (06/06/91)

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