Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ddd hangs on start

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?

like image 671
Kyle Brandt Avatar asked Nov 04 '09 18:11

Kyle Brandt


1 Answers

remove ~/.ddd by using command

sudo rm -rf ~/.ddd

like image 66
User007 Avatar answered Oct 04 '22 06:10

User007