Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Daniel Doherty
RE: Emacs Source Buffer Not displayed *SOLVED [ reply ]  
2008-01-22 18:41
My problem was an old rdebug.elc file lying around
in the load-path before the ruby-debug version.

Eliminated that and the source buffer display problem went away.

Regards,

ded

By: Daniel Doherty
Emacs Source Buffer Not displayed [ reply ]  
2008-01-22 16:37
Hello,

I have run into these issues on two Debian installs of ruby-debug and wondering what is the issue:

1. When rdebug is invoked from withing emacs (22) it attempts to open a source buffer with '^Z^Z' prepended to the name. Am I the only one with this issue? Tried to google it with no luck.

2. The gem does not appear to put rdebug in /usr/bin or any other bin directory. Had to symlink to it from /usr/local/bin. (Minor)

3. When run from the command-line, I get a warning that @history_save is not initialized (Minor also). Does not seem to affect functionality.

Would appreciate fix to number 1. especialy.

Regards,

ded