Eclipse debugger freezes during "step over" [message #718641] |
Wed, 24 August 2011 23:01  |
Eclipse User |
|
|
|
I never used to have this problem, but in the last year or so the Eclipse debugger has started freezing when I try to step over certain lines of code. In the Debug view, it lists the thread and says it is "Stepping". I suspend all threads on break, so all other threads in the list say "Suspended". When this happens, I can pause the debugger and it will break inside of some JRE code. I can then set a break point on the following line, click resume and then it does resume properly and break on the next line, and then stepping works again. The fact that I can do this indicates to me that this isn't a threading issue in my code. And I believe that all threads are supposed to resume when I try to step until it breaks, so it shouldn't be an issue with the fact that the other threads are suspended. This is a major annoyance and is inhibiting in some scenarios.
A second similar issue that I have involves the expressions view. Occasionally, when I add a new expression, the debugger will hang, and the active thread is now labeled "Evaluating". When this happens, I cannot pause or remove the expression or do anything to get the debugger to resume. It completely destroys my debug session.
Does anybody know what might be the cause of these problems?
|
|
|
|
Powered by
FUDForum. Page generated in 0.04905 seconds