In some cases, it's useful to use a 3rd party debugger. Since the JVM does not allow multiple TI agents, we cannot simply add -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 to vmArgs.
Maybe a solution is to add an argument that, when true, does not add append -agentlib:jdwp=transport=dt_socket,server=n,suspend=y,address=localhost:62188 to the command.