GenericDebuggerRunner - VMParametersList params getting lost

已回答

Hello guys,

It seems that the GenericDebuggerRunner is modifying the "JavaCommandLine" VMParametersList after the " createContentDescriptor" is executed.

Here is the code:
https://github.com/guikeller/jetty-runner/blob/master/src/main/java/com/github/guikeller/jettyrunner/runner/JettyProgramDebugger.java

Here is the bug and workaround:
https://github.com/guikeller/jetty-runner/issues/70#issuecomment-612880966

Here is a sample project:
https://github.com/guikeller/AngularJS-RESTful-Sample.git

My plugin has been in the IntelliJ "plugins directory" since 2014.
Looking forward to hearing back from you, cheers!

5

It looks like a IntelliJ bug of GenericDebuggerRunner.java. JetBrain should fix it.

0

Sure, that "it looks like" but I would like the confirmation from someone from the IntelliJ team.

In addition to that, I would appreciate a bug raised on their issues tracker; so that I can reference that.

0

请先登录再写评论。