Groovy: Why cannot I debug like in pycharm ?
已回答
When running unit tests with pytest, using pycharm, I can break and execute commands in a debug console.
With IntelliJ and Groovy, while running unit tests with mavan, I do not have access to such a console. Instead I have to use the "Evaluate" tool, which is horrendous.
Is there any way to have a regular, normal debug console ?
请先登录再写评论。
Hi. There is a Groovy interactive console: https://www.jetbrains.com/help/idea/launching-groovy-interaction-console.html
Unless I missed something, the groovy console is useful to execute code but it does not allows to execute debugging command.
Maybe there's some configuration options that I missed ?
Hi. I have double-checked with the team, looks like the groovy console is not supporting debugging, please upvote and follow https://youtrack.jetbrains.com/issue/IDEA-264434.
Hope this is solved quickly, it's like an essential