I am using the idea of ββthe IntelliJ Community (with Scala) and I am trying to appreciate the expression. I press Alt-F8 to open it in debug mode, and then switch to "Code Snippet Mode". However, I am allowed to evaluate variables that already exist in memory, and I am not allowed to declare new ones. When I do this, I get: "Variable evaluation is not supported." Is there a plugin that I can use in debug mode to evaluate arbitrary code?
EDIT: to make this clear, no worksheets are what I'm looking for. I want to evaluate expressions using variables that exist at runtime.
source share