Re: Debugger won't stop on exceptions

From: Mike Schrag (mschra..dimension.com)
Date: Tue Sep 09 2008 - 09:54:32 EDT

  • Next message: Mike Schrag: "Re: ClassPath Order (NewHotness)"

    > I don't know if I'm making stuff up or not, but wasn't the debugger
    > supposed to pause the execution of an application when an exception
    > page is shown? If so, any special reason (besides my bad karma) for
    > that NOT happening in my Mac?
    No, if an exception is thrown and caught, the debugger won't stop. It
    will only stop on uncaught exceptions (assuming that flag is checked
    in the Java=>Debug preferences).

    ms



    This archive was generated by hypermail 2.0.0 : Tue Sep 09 2008 - 09:55:41 EDT