在Eclipse CDT中输入EOF字符(Ctrl+D)

发布于 2024-10-13 06:31:41 字数 188 浏览 3 评论 0原文

我正在使用 yacc 来解析我的输入。 yacc生成的parse方法需要输入EOF字符来标记输入的结束。从 shell 构建时,我的代码工作正常。在 shell 中,我可以通过 Ctrl+D 组合终止输入流。但在 Eclipse 内 Ctrl+D 似乎不起作用。

你能帮我找出可能是什么问题吗?

I am using yacc to parse my input. The parse method generated by yacc requires to input EOF character to mark the end of input. My code is working properly when build from shell. From the shell, I am able to terminate the input stream by Ctrl+D combination. But inside Eclipse Ctrl+D does not seem to work.

Could you help me figure out what could be the problem.

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

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

发布评论

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

评论(1

有木有妳兜一样 2024-10-20 06:31:41

这是 Eclipse 中的一个问题,但在 Eclipse 3.4 中已得到修复。确保您使用的是更高版本。

相关错误报告此处

It has been a problem in eclipse, but seeing te be fixed in Eclipse 3.4. Make sure that you using a later version.

Related bug report HERE

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