Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Asher Haig
Double Key Echo in GDB [ reply ]  
2010-07-25 10:19
I am using GDB to debug a C extension. I would like to use rdebug at the same time. This is not a problem insofar as I can simply include ruby-debug (which is wonderful!), but when I hit a breakpoint and begin to type, every key stroke echoes twice.

Is there a way to turn off key echo for rdebug? Doing so for gdb would require constantly altering it, which would not really be acceptable.

Thanks
Asher