summaryrefslogtreecommitdiff
path: root/doc/ref/api-debug.texi
AgeCommit message (Expand)AuthorFilesLines
2024-10-26doc: Document the peek and pk procedures.Juliana Sims1-11/+109
2024-05-06Fix typos throughout codebase.Morgan Smith1-41/+41
2023-07-16Fix typos throughout codebase.Morgan Smith1-1/+1
2021-03-05Fix up source properties section in manualAndy Wingo1-6/+6
2021-03-04Update documentation to incorporate read-syntaxAndy Wingo1-28/+19
2020-03-11doc: Fix typo in api-debug.texi.Jan Synacek1-1/+1
2019-11-13Update documentation for with-exception-handler et alAndy Wingo1-205/+86
2018-10-07Minor additional manual updatesAndy Wingo1-39/+35
2016-01-31Frame <binding> objects capture frame, can ref value directlyAndy Wingo1-8/+24
2015-12-01Remove frame-procedureAndy Wingo1-4/+4
2015-12-01VM traps don't match on value of slot 0Andy Wingo1-12/+7
2014-05-01Fix inner and outer stack cuts to match on procedure codeAndy Wingo1-27/+27
2014-04-25Merge branch 'stable-2.0'v2.1.0Mark H Weaver1-1/+39
2014-03-16Debug options doc fix.Andy Wingo1-2/+2
2014-03-16Document stack-overflow handlers, limits, and unwind-only exceptionsAndy Wingo1-56/+182
2014-02-18Add GDB extension to support Guile.Ludovic Courtès1-2/+40
2013-11-21No more VM objects visible to SchemeAndy Wingo1-2/+2
2013-11-21VM accessors take VM as implicit argument, not explicit argumentAndy Wingo1-10/+10
2013-05-27pop-continuation abort-continuation hooks pass return vals directlyAndy Wingo1-11/+12
2013-03-02Improve keyword notation of Texinfo function definitions.Bake Timmons1-2/+4
2012-02-15Add support for source properties on non-immediate numbersMark H Weaver1-2/+2
2012-02-15Add 'supports-source-properties?' predicateMark H Weaver1-0/+6
2012-02-08Add source properties to many more types of dataMark H Weaver1-7/+7
2012-02-04Make notation for Scheme repeated arguments more consistent in manual.Bake Timmons1-3/+3
2012-02-02Make consistent the usage of variable names in the function definitions found...Bake Timmons1-3/+3
2012-01-21add current-filename, add-to-path, add-to-load-pathAndy Wingo1-1/+20
2011-05-20fix documentation for option-set! syntaxenAndy Wingo1-3/+6
2011-02-09docs: fix typos in manual, and a couple in code comments.Ralf Wildenhues1-1/+1
2010-10-08proof-reading fixen in api-debugAndy Wingo1-4/+4
2010-10-08finish traps documentationAndy Wingo1-15/+102
2010-10-07remove old debugging examples from api-debugAndy Wingo1-291/+1
2010-10-07document trap statesAndy Wingo1-0/+29
2010-10-07document tracing trapsAndy Wingo1-3/+25
2010-10-07finish documenting low-level traps, other api-debug.texi fixesAndy Wingo1-70/+149
2010-10-07update traps documentation (unfinished)Andy Wingo1-932/+365
2010-10-01api-debug tweakAndy Wingo1-2/+2
2010-10-01update api-debug.texi discussion of stack overflowAndy Wingo1-16/+35
2010-10-01document call-with-error-handlingAndy Wingo1-6/+33
2010-10-01api-debug.texi refactorsAndy Wingo1-42/+88
2010-10-01finish cleaning out api-options.texiAndy Wingo1-0/+77
2010-10-01move read and print options docs to the procedures they parameterizeAndy Wingo1-1/+1
2010-09-24api-debug.texi updatesAndy Wingo1-21/+19
2010-07-16update debugger docsAndy Wingo1-1/+1
2010-04-10Merge branch 'master' into wip-manual-2Neil Jerram1-213/+109
2010-03-19document syntax-caseAndy Wingo1-0/+11
2010-03-14Update api-debug.texi; there is a ways to go.Andy Wingo1-208/+94
2010-02-26deprecate lazy-catchAndy Wingo1-8/+7
2009-12-19Remove page breaks except before new chapters and indicesNeil Jerram1-1/+0
2009-08-27Incorporate ice-9-debugger-extensions properlyNeil Jerram1-6/+4
2009-08-21Minor improvements to doc on source propertiesNeil Jerram1-9/+9