How can I launch more than one debug session in Eclipse from a single click?

后端 未结 3 2048
旧巷少年郎
旧巷少年郎 2020-12-10 06:47

I\'m currently writing a GWT application through Eclipse. Eclipse is used for development but I use the m2eclipse plugin and a Maven pom.xml with the GWT plugin to build &am

3条回答
  •  爱一瞬间的悲伤
    2020-12-10 07:36

    Try this plugin. http://marketplace.eclipse.org/content/escripts

    You can define scripts of Eclipse actions easily. You create a script of starting the 2 debug session, then run with one click or shortcut.

    EDIT: The plugin was moved and is now called EASE.

    https://eclipse.org/ease/

提交回复
热议问题