@@ -316,6 +316,13 @@ func (vm *VM) Run() error {
}
if vm.Debug {
log.Printf(
"%-25s [ip=%02d fp=%02d, sp=%02d]",
"", ip, vm.framesIndex-1, vm.sp,
)
return nil
The note is not visible to the blocked user.