0

Possible Duplicate:
Eclipse: How can I execute a launch configuration programmatically?

I want to write an Eclipse Plugin that can programmatically create Debug Launch configurations for 'Remote Java Application' and also Launch the configuration programmatically.

Is this possible? Can someone give me pointers to get me started?

I don't have a great deal of experience authoring Eclipse plugins but I am quite experienced using it for my daily dev work.

I am keen on writing this plugin to simply my debugging process which currently involves manually launching a debug configuration for every JVM (at least 3) that I want to debug, which slows me down tremendously.

4

1 回答 1

1

要创建实际的插件,如果您安装了 Eclipse PDE,Eclipse 中有几个示例可用。查看本教程以获取入门帮助。

该指南将为您提供带有工具栏按钮和许多替代方案的示例应用程序。更改代码以使其看起来像您想要的那样,然后使用其他注释的帮助来启动程序。

于 2012-12-11T08:23:35.233 回答