Cannot enter input with gdb. Help!
Posted
by Carlos Nunez
on Stack Overflow
See other posts from Stack Overflow
or by Carlos Nunez
Published on 2010-04-15T12:59:28Z
Indexed on
2010/04/15
13:03 UTC
Read the original article
Hit count: 498
Hi, all.
I've been having a tough time entering input with gdb using XCode or Eclipse. Every time the debugger hits std::cin
, it looks like its waiting for input, but fails to accept it. I've scoured the internet for more information, but am having trouble finding anything.
What do I need to do to get cin
to work with gdb? For reference, I'm using XCode 3.2.2 and Eclipse Galileo.
Thanks!
-Carlos Nunez
© Stack Overflow or respective owner