Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚开始为一个小项目尝试 Pydev 和 Eclipse。
我的问题是,每当我在项目的入口点文件上单击“运行”时,它运行良好。
但是,每当我在不同的文件(不是入口点)上时,它都会要求我为该文件创建一个新的运行配置,而我只是希望它从入口点开始。
这样做的方法是什么,因为我已经在属性中搞砸了一段时间无济于事。
谢谢!
如果您只有一个“主要”入口点,您可以将 Eclipse 设置为始终运行最后启动的配置。
http://eclipseone.wordpress.com/2010/01/15/always-rundebug-the-last-launched-class-instead-of-the-selected-one-in-eclipse/