This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Debugging unhandled exceptions


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 ]



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]