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?