Java Interactive Debugging Console Intellij
已回答
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 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.