summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-using.texi
AgeCommit message (Collapse)AuthorFilesLines
2006-08-11* scheme-using.texi (Run To Frame Exit): Improved doc for finish.Neil Jerram1-5/+778
(Continue Execution): Improved doc for continue. (Using Guile in Emacs): Lots of new docs about the Emacs interface. * api-debug.texi (Low Level Trap Calls): New. (Using Traps): Removed, material incorporated into Low Level Trap Calls. (High Level Traps): New. (Breakpoints): New. * scheme-using.texi (Single Stepping): Improve doc for step and next. * api-debug.texi (Debug on Error): Note need to handling of errors in C.
2006-08-01* scheme-debugging.texi (Debug Last Error, Interactive Debugger):Neil Jerram1-0/+411
Moved/merged to scheme-using.texi, as REPL features. (Examples): New. (Intro to Breakpoints): New introductory text here. Removed all subnodes except for Breakpoints Overview. * scheme-using.texi: New. * guile.texi (Programming in Scheme): Include new scheme-using.texi file. * Makefile.am (guile_TEXINFOS): Include new scheme-using.texi file.