When I start ddd, it seems hang waiting for gdb. Here is the tail end of output ddd --trace:

#  Saving session in "/home/kbrandt/.ddd/sessions/106d7eb3d567f23b01125736049734486400000041300582/init"...
#  Saving session in "/home/kbrandt/.ddd/sessions/106d7eb3d567f23b01125736049734486400000041300582/init"...done.
2009.11.04 13:48:17
<- "(gdb)  "

This doesn't happen if I pick a different debugger like --perl. I read about adding set prompt (gdb) to ~/.gdbinit (space at end), but that doesn't fix it. gdb starts fine on its own. Anyone know what this might be?

link|improve this question

Also tried removing ~/.ddd recursively – Kyle Brandt Nov 4 '09 at 18:54
Seems to be limited it to my account on the machine – Kyle Brandt Nov 4 '09 at 19:35
feedback

1 Answer

up vote 1 down vote accepted

I had the following in my inputrc, removing it fixed it:

\C-j": "|less\C-m

...shrug.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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