Eclipse/Android Studio/WebStorm/IntelliJ 运行 并行的连续过程

Eclipse/Android Studio/WebStorm/IntelliJ run a continuous process in parallel

每次我更改代码时,我都会构建一些模块。这个过程是连续的,除非我关闭它并且我想在每次启动我的应用程序时 运行 它。我可以在我的 IDE 的 Run/Debug Configurations 设置中看到一个 before launch 部分,但是,如果我在那里添加我的进程,主进程永远不会产生,因为 IDE 可能正在等待第一个完成。

知道如何使这两个 运行 并行吗?

使用 Compound run/debug configuration.