Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

During debugging and stepping through my application I get the following exception. Not always on the same line and/or time, but frequently:

org.eclipse.jdi.TimeoutException: Timeout occurred while waiting for packet XXXX. occurred creating step request

In most of the cases this happens, when i try to inspect/watch a variable.

The eclipse debugger is not responding afterwards and I have to restart my project. What could be the reason for this behavior? How could I fix this problem?

share|improve this question
add comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.