--- gforth/kernel/errore.fs 2012/06/23 20:38:01 1.17 +++ gforth/kernel/errore.fs 2012/08/09 23:58:53 1.19 @@ -38,7 +38,7 @@ decimal has? OS [IF] : >stderr ( -- ) - r> outfile-id >r stderr to outfile-id + r> outfile-id >r debug-fid to outfile-id >exec r> to outfile-id ; [THEN]