--- gforth/debugs.fs 2009/02/17 20:49:49 1.19 +++ gforth/debugs.fs 2009/05/11 09:50:59 1.21 @@ -49,8 +49,8 @@ defer .debugline ( nfile nline -- ) \ gf printdebugdata cr ; -stderr value debug-fid -\ file-id to output debugging stuff to +stderr value debug-fid ( -- fid ) +\G (value) Debugging output prints to this file ' (.debugline) IS .debugline @@ -65,3 +65,4 @@ interpret/compile: ~~ ( -- ) \ gforth ti \G Prints the source code location of the @code{~~} and the stack \G contents with @code{.debugline}. +:noname ( -- ) stderr to debug-fid defers 'cold ; IS 'cold