vote up 0 vote down star

Went 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 and no quotes), but that doesn't fix it. gdb starts fine on its own. Anyone know what this might be?

flag

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

1 Answer

vote up 0 vote down check

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

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

...shrug.

link|flag

Your Answer

Get an OpenID
or

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