I would like to know what is the best way to use the Eclipse Scala interpreter (Eclipse Scala IDE).
Let's say I have an application with a breakpoint in it. Is it possible to debug an application so that I can execute / evaluate expressions inside REPL at a specific breakpoint? If so, how can I achieve this?
Another thing that made me wonder what the difference is between opening the interpreter as Run configuration or opening it through Window -> Show view -> Scala interpreter .
Do you know any other examples of using the Eclipse Scala interpreter that are interesting to learn, for example, Ctrl+Shift+X for launching a selected expression?
PrimosK
source share