vote up 1 vote down star

ddd when encounters scanf stmt, it displays "Waiting until GDB gets ready" message. The debugging activity stops here. Pls guide me of overcoming this bug pls.

configuration amd64 athlon processor..

Thanking you

flag

1 Answer

vote up 5 vote down

I am surprised that so much time has elapsed on this, so although I know little about ddd, it seems very likely that the problem is simply that gdb is waiting for the program which is blocked on a read waiting for input on stdin. If you were running gdb directly, you could direct input to the program by using:

run < input-file

You need to give your program some input.

link|flag
still the same problem persists dear friend. The debugger still displays "Waiting until GDB gets ready" message. this happens while using graphical ddd, not command line gdb. – Josh Aug 28 at 17:58

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.