开发者

How can I make Eclipse/FDT build Main.as instead of the currently selected file?

I'm using FDT, and I want Eclipse to build my Main.as file instead of the currently selected file when I click debug/run. I开发者_StackOverflow中文版s there a way to do this?


It depends on your settings and the order you've done things...

If you right click on a file and choose 'Run As' or 'Debug As', FDT (Eclipse) will use that file to build your application around.

If you have 'Always launch the previously launched application' enabled (it should be enabled by default) then FDT will always use the last used launch configuration whenever the Run / Debug button is clicked. If none exists then it will run using the currently active file. To enable this setting, go to Preferences > Run/Debug > Launching and look at the bottom where Launch Operations is.

If you have a launch configuration already created, and it sounds like you do, you'll need to adjust the 'Main' file within that launch configuration. Do this by choosing 'Run Configurations...' via the Run button drop down.

I've written a tutorial about this. It should help you get through it.

http://fdt.powerflasher.com/docs/Launch_Configuration_Tutorial

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜