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
|