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

1

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

请先登录再写评论。