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 ?

0

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 ?

0

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.

0

Hope this is solved quickly, it's like an essential

0

请先登录再写评论。