| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: &optional n
Continue stepping, for n expressions, beginning with the
evaluation of the last expression printed by the stepper. If
n is not provided, it defaults to 1. After evaluating
n expressions, the next expression to be evaluated is
printed. If there are no more expressions stepping is turned
off. When stepping is enabled, a carriage return, #\return (or
new-line, #\linefeed) is equivalent to :scont 1
, allowing
the user to step quickly with minimum keystrokes. See :step and :sover.
The minimal abbreviation of :scont is :sc.
See top-level.htm for more information on top-level commands. See debugging.htm for information on the debugger and examples of stepping.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |