在Eclipse CDT中输入EOF字符(Ctrl+D)
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 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