rdebug

Debugging in ruby 1.9

What do you guys use for debugging in ruby 1.9? rdebug doesn't seem to be compatible.. is there anything out there? ...

Why does my rdebug session say "*** No sourcefile available"

I'm not sure what the pattern of behaviour is but some programs - notably simple rack.ru based ones running in thin - can't easily be debugged. When a breakpoint is tripped, no source is available Note this isn't the same as this other S.O. [issue][1] [1]: http://stackoverflow.com/questions/323010/in-ruby-why-does-my-irb-interactive-de...

Ideas for troubleshooting emacs error: "apply: Spawning child process: exec format error"

I'm trying to use rdebug with emacs and cygwin and I'm running into trouble. Whenever I do a M-x rdebug and give it the appropriate script to run, it stops with the error "apply: Spawning child process: exec format error" From some googling, it seems like this could happen if I'm trying to launch a cygwin executable via the windows ...

RDebug Turn off Key Echo

I'm currently using GDB to debug a C Extension for Rails 3. Everything works perfectly except for RDebug contexts, where both GDB and RDebug echo my key input. How can I turn off the key echo for RDebug? I don't believe I can solve this through GDB, as that would require constantly switching the echo on and off. ...