Debug Step Buttons Disabled in Eclipse Oxygen

I upgraded Eclipse to Oxygen by adding Scala and Python. I noticed that when programming in Java, the debugger step commands remain disabled. I can start the debugger and it will work until it reaches the breakpoint, but then I can not enter it. I can only stop the (local) virtual machine.

Any thoughts?

+4
source share
1 answer

In my case, increasing the "debug time" value fixes the problem. Thanks to comment by @Shahbaz Ahmad.

Preferences → Debugging → Connection Timeout

0
source

Source: https://habr.com/ru/post/1686140/


All Articles