Debugging in Eclipse

Hi,

I don't know how to overcome an annoying thing of the Eclipse debugger. When my program crashes, normally, when you run it in debug mode, the program stops at the place where it will crash. But i use finally clauses in my code, and when my program runs in debug mode and it is going to crash at a certain point, the debugger will jump to a finally clause, somewhere else in the code. That's a problem, because in that case i can't see what was the exact situation at the moment and place the program crashed.

What can I do about it?

[558 byte] By [KinkyHagara] at [2007-11-26 17:32:54]
# 1
First I search an hour for a solution to this problem, than i post a message, and 2 minutes later i find the solution myself :)I think the Java Exception breakpoints will do it
KinkyHagara at 2007-7-9 0:00:54 > top of Java-index,Archived Forums,Debugging Tools and Techniques...