--- gforth/debug.fs 2003/03/09 15:16:47 1.22 +++ gforth/debug.fs 2003/03/22 10:04:06 1.23 @@ -183,7 +183,7 @@ VARIABLE Unnest ' NestXT IF EXIT THEN (debug) Leave-D ; : break:, ( -- ) - lastxt postpone literal ; + latestxt postpone literal ; : (break:) r> ['] (_debug) >body >r ;