我只是从 Visual Studio 2008 切换到 Eclipse Helios for Mac OS X Leopard for C++ dev。我正在使用 Makefile 导入以前的项目,虽然它自动编译没有问题,但任何地方都没有“运行”或“调试”选项,为什么?
问问题
1207 次
1 回答
1
It depends where you are looking for those menus, as illustrated in the bug 74116:
2005-12-04 14:37:28 EST
This has been changed to the following behavior in the "C/C++ Projects" view:
- Right-click on a project or binary, gives Run/Debug with "Run Local C/C++ Application" as the first choice.
- Right-click on a source file or folder gives no Run/Debug menu items
- Right-click on another file gives the same Run/Debug menu items as in the Navigator view.
于 2011-02-28T07:10:13.393 回答