1

I would like to script certain eclipse actions that are too repetitive. An example use case would be: Starting Tomcat, Starting GWT debug, then connecting to GWT debug mode. Best case scenario is if this could be done by shell via an external eclipse interface. But I'd settle for a macro in Eclipse itself as well. Are there any solutions as such?

Thanks!

nubela
  • 1
  • 24
  • 75
  • 123

2 Answers2

0

There is a little macro plug-in for Eclipse that seems to work for what you'd want.

GaryF
  • 23,950
  • 10
  • 60
  • 73
0

See my answer at How can I launch more than one debug session in Eclipse from a single click? . The same plugin can work for you as well.

Community
  • 1
  • 1
Gábor Lipták
  • 9,646
  • 2
  • 59
  • 113