Eclipse Oxygen - Debugging Issue [message #1772065] |
Tue, 05 September 2017 03:27  |
Eclipse User |
|
|
|
Since updating Eclipse from Neon to Oxygen I've an issue with the "F6 - Step Over" function while debugging my code. Each time I'll use "Step Over" and the current line contains a method call I'll get into the method (behaviour of "F5 - Step Into"). The same behaviour occurs when using the "Step over" - button. After stepping into the method I lost connection (e. g. when using "F6 - Step Over" again) to the debugger and an error occurs: "com.sun.jdi.InternalException: Got an error code in reply:35 occurred creating step request.".
A typical code line which causes the mentioned problem looks like:
Collection<Object> coll = getSomething(...);
...
...
private Collection<Object> getSomething(...) { ... }
The issues occur with a basic installation of "Eclipse for RCP/RAP Developers". No specific debug settings were made.
Does anyone have the same issue and can give me a hint how to solve this?
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.13909 seconds