Eclipse Display view does not work while debugging Groovy.
How can I get a REPL when debugging Groovy?
Edit:
It is worth noting the problem is not related to the given code. A simple expression like 1+1
also has this problem. So I assume Groovy doesn't work with Display
.