In Intellij Idea, I\'m looking for a way to evaluate many expressions in debug mode with one command.
Normally I can evaluate single command with Right Click →
Right Click →
You can evaluate such expressions in Evaluate window
System.out.println(myVar1); System.out.println(myVar2);
The only thing here is that your whole result (not last) will appear not in the same window but in a console.