Adding a new "Debug" entry to "Run test" Java gutter in Intellij

Answered

Hello,

I've been trying (unsuccessfully) to add a new entry to this list, ideally right below "Debug" mytest()':

At first I thought it would be enough to add a new Executor, but although adding a new Executor makes a new icon show up in the top right of my editor

That doesn't seem to also show up on that gutter menu.

From what I could understand, this menu is populated from `com.intellij.execution.actions.CreateAction`, which is not open to extension. Am I correct?

Thanks!

0
1 comment

There is already “Debug” entry for tests in JVM. Are you trying to add a new “variant” or some different Executor or what exactly?

0

Please sign in to leave a comment.