I'm debugging a pretty large rails project and I've found the rdebug library for emacs to be a huge help. One annoyance, however, has been the pointer in the source showing the wrong line. In the example below, the code is executing line #277 (as shown in the left hand terminal) but the pointer in the code is on the next line (shown in the right hand terminal).
Does anyone have any ideas on how to track down this bug? I think this is in the ruby-debug-extras package but I haven't done any hacking on emacs so I don't even know the right mailing list to report this bug to.