Skip to content

Commit

Permalink
Update debug.stex to fix link to "How to Debug Chez Scheme Programs". (
Browse files Browse the repository at this point in the history
…#800)

* Correct description of TLC inspector objects
  • Loading branch information
webyrd authored Feb 1, 2024
1 parent 822d815 commit 1f5adec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csug/debug.stex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ the tutorial ``How to Debug Chez Scheme Programs.''
HTML and PDF versions
% of the tutorial
are available at
\hyperlink{http://www.cs.indiana.edu/chezscheme/debug/}{http://www.cs.indiana.edu/chezscheme/debug/}.
\hyperlink{https://scheme.com/debug/debug.html}{https://scheme.com/debug/debug.html}.


\section{Tracing\label{SECTDEBUGTRACING}}
Expand Down Expand Up @@ -1058,7 +1058,7 @@ returns the symbol \scheme{box}.
returns an inspector object containing the contents of the box.

\instype{TLC}
Box inspector objects contain {\ChezScheme} boxes.
TLC inspector objects contain {\ChezScheme} transport link cells.

\insmsg{tlc}{\scheme{'type}}
returns the symbol \scheme{tlc}.
Expand Down

0 comments on commit 1f5adec

Please sign in to comment.