I want to use a custom class loader which supports hot-swapping (DCEVM). I've set up a remote debug configuration. To enable the classloader, I have to edit a command line, as described here: https://github.com/HotswapProjects/HotswapAgent
-XXaltjvm=dcevm -javaagent:PATH_TO_AGENT\hotswap-agent.jar
The problem is that the "command line arguments for running remote JVM" textbox in IntelliJ is read-only. Is it possible to somehow override the command line? I tried to inject those arguments in a "Port" textbox but it seems that it's validated...
I use IntelliJ 2017.1 Community Edition.
The question appeared in comments to Attach Intellij-IDEA debugger to a running java process, but remained unanswered.