X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fdebugger.texinfo;h=663ad25f968f8ac2077e314af14f9ba180302dc3;hb=31481ad7a664585715d60fbdeee153c5c5343400;hp=fd299dd3c482736bfb86213240bb6a742d4c0048;hpb=7b5628003e3016985952908016219b872ed48811;p=sbcl.git diff --git a/doc/manual/debugger.texinfo b/doc/manual/debugger.texinfo index fd299dd..663ad25 100644 --- a/doc/manual/debugger.texinfo +++ b/doc/manual/debugger.texinfo @@ -850,9 +850,13 @@ If @code{debug} is greater than both @code{speed} and @code{space}, the command @command{return} can be used to continue execution by returning a value from the current stack frame. -If @code{debug} is also at least 2, then the code is @emph{partially +@item > (max 1 speed space compilation-speed) +If @code{debug} is also at least 2, then the code is @emph{partially steppable}. If @code{debug} is 3, the code is @emph{fully steppable}. -@xref{Single Stepping}, for details. +@xref{Single Stepping}, for details. Fully steppable code take +exponentially longer to compile in some cases, and is significantly +larger and slower; for partially steppable code the speed and space +penalties are signigicantly smaller. @end table