Hi, Tom Brooke <[email protected]> writes:
> No Problem the scheme modes work fine - I just thought I read somewhere about > new improved debugger support that I thought was incorporated in the .el The "new debugging support" mentioned in 1.8.5's `NEWS' is GDS (info "(guile) Using Guile in Emacs"), which allows users to evaluate Scheme code, single-step through it, display backtraces, etc. You may also want to look at Geiser, as was already mentioned. It provides a REPL, autodoc (documentation of the object at point), smart completion, and more. Thanks, Ludo'.
