Tom Tromey wrote: > When I'm debugging Java, I often put a breakpoint on _Jv_Throw. All > Java exceptions are thrown in this function. This isn't automatic, > but it does work. Yeah, another way is to put a breakpoint on the constructor of the exception class you're trying to debug. But as you say, it aint automatic. regards [ bryce ]