How to run the same project multiple times in IntelliJ IDEA?

给你一囗甜甜゛ 提交于 2021-02-18 20:55:29

问题


I am developing client side of my application using IntelliJ IDEA. For debugging I need to run multiple clients.

I guess running same projects in different windows is not possible with IntelliJ IDEA. So how do I run multiple clients for debugging?


回答1:


You can run or debug the same Run/Debug configuration in IntelliJ IDEA several times if you enable the Allow parallel run checkbox.

You will see a tab per instance in the Run or Debug tool window.

In the previous IDE versions this checkbox was called Single instance only and its effect was reversed.



来源:https://stackoverflow.com/questions/54904509/how-to-run-the-same-project-multiple-times-in-intellij-idea

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!