开发者

Input EOF character (Ctrl+D) in Eclipse CDT

开发者 https://www.devze.com 2023-02-06 09:20 出处:网络
I amusing 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 a

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 o开发者_运维技巧ut what could be the problem.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消