Override stop button of run configuration

已回答

I am using a custom run configuration in my plugin to call an external application. The problem is that the red stop button does not stop this application properly. Is it possible to override the stop button to add the right stop command for this application?

Thank you in advance!

0

See com.intellij.execution.process.ProcessHandler#addProcessListener(com.intellij.execution.process.ProcessListener)

0

请先登录再写评论。