Java Interactive Debugging Console Intellij
Answered
Hi, does intellij have an interactive debugging console where you can type code and run it etc? The only thing I can find is the expression evaluator. I swear I've seen it on an earlier version of intellij. I know pycharm has it for python
Please sign in to leave a comment.
Please see https://www.jetbrains.com/help/idea/jshell-console.html .
I don't see any mention of debugging on that page. Is it actually possible to run the JShell within the execution context of the current debug point in the way that the python interactive debugging console does?
No, JShell is a separate process.