Google
 

Trailing-Edge - PDP-10 Archives - decuslib20-01 - decus/20-0002/bail.bwr
There is 1 other file named bail.bwr in the archive. Click here to see a list.
On Tops-10, $S will work best if you load with SAILOW, i.e. you use
the sharable segment.  STEPIT will try to trace all procedure calls.
It will fail (giving Ill mem ref) for calls to runtime routines.
The way it detects runtime routines is that they are in the high seg.
So $S will only work if the runtimes are in the high seg and
everything else in the low seg.  I.e. if you use the sharable
segment.  Things will almost work if you just remember not to $s
through runtime calls.

On Tops-20 this is not a problem, because of the structure of
the sail core image.