Is it possible that there is a console in Eclipse where, when in debug mode, I can try something? Like in python, where can I enter at any moment, for example, 1 + 1 or myVariable.toString (), etc.? C # has a similar concept with the F # shell.
I would like to check my variables at runtime and try some methods, since such a console would be very useful.
thanks
java eclipse
devoured elysium
source share