Gnatbench 在编译前运行 Ada 程序

发布于 2024-11-27 08:06:07 字数 208 浏览 3 评论 0原文

我在 Eclipse (Indigo) 中安装了 GNATbench,用于在 Ada 中进行编码;由于某些奇怪的原因,该程序首先运行然后编译,当我更新代码时,这不太有效。我知道编译器可以工作,因为如果我手动运行该程序,它就可以正常工作;如果我再次点击运行,它会在进行适当的更改后运行。旁注:我更喜欢使用 eclipse,而且我不想只从命令行进行编译。我在 Ubuntu 11.4 上运行 Indigo。

I have GNATbench installed in my Eclipse (Indigo) for coding in Ada; and for some odd reason, the program is first run and then compiled, which doesn't quite work when I update the code. I know the compiler works, because if I run the program manually it works fine; and if I hit run again, it runs with the proper changes made. A side note: I prefer using eclipse, and I'd rather not just compile from the command line. I am running Indigo on Ubuntu 11.4.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浅听莫相离 2024-12-04 08:06:07

您应该在“项目”菜单中禁用“自动构建”,然后在运行之前手动构建。这可以使用 Ctrl+B 快捷键来完成。

You should disable "Build Automatically" in the Project menu and then build manually before running. This can be done using the Ctrl+B shortcut.

内心旳酸楚 2024-12-04 08:06:07

奇怪的。它真的在运行吗? Gnatbench 每次保存时都会进行语法/文件检查。我会确保你的 gpr 文件是正确的,并且你的项目没有嵌套在另一个 Eclipse 项目中,否则 Eclipse 可能会表现得有点奇怪。

odd. is it actually running? Gnatbench does a syntax/file check everytime it saves. I'd make sure your gpr file is correct and that your project isn't nested within another eclipse project or else eclipse can act kinda weird.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文