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