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

1
3 comments

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?

0

No, JShell is a separate process.

0

Please sign in to leave a comment.