Single stepping through code from Emacs
authorNeil Jerram <neil@ossau.uklinux.net>
Fri, 11 Jul 2008 16:53:43 +0000 (17:53 +0100)
committerNeil Jerram <neil@ossau.uklinux.net>
Thu, 17 Jul 2008 22:05:57 +0000 (23:05 +0100)
commit091baf9edfb8330226524b99c3bf623499516bf7
treec10c5cc50e2397626401f6d930d945e9cea563d4
parent0d751d472091421d91c097342c849cd52386f6ca
Single stepping through code from Emacs

When you use GDS to evaluate Scheme code from Emacs, you can now use
`C-u' to indicate that you want to single step through that code. See
`Evaluating Scheme Code' in the manual for more details.

* scheme-using.texi (Evaluating Scheme Code): Document use of
        `C-u' prefix with evaluation commands.

        * gds-scheme.el (gds-eval-region, gds-eval-expression)
        (gds-eval-defun, gds-eval-last-sexp): Support `C-u' prefix,
        meaning that user wants to single step through the code.

        * gds-client.scm (handle-nondebug-protocol): Add support for
        setting a trap on code that is about to be evaluated.
NEWS
doc/ref/ChangeLog
doc/ref/scheme-using.texi
emacs/ChangeLog
emacs/gds-scheme.el
ice-9/ChangeLog
ice-9/gds-client.scm