Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.forth > #15340

Re: Single Step Debugging, why or why not?

From Paul Rubin <no.email@nospam.invalid>
Newsgroups comp.lang.forth
Subject Re: Single Step Debugging, why or why not?
References (2 earlier) <7xharjjswo.fsf@ruckus.brouhaha.com> <DoadnZWBv_zmBd3NnZ2dnUVZ8lKdnZ2d@supernews.com> <7x4nnjniub.fsf@ruckus.brouhaha.com> <b9idndCGIYrTet3NnZ2dnUVZ8vadnZ2d@supernews.com> <db04c332-6114-44d1-b73f-c75774651997@k3g2000vby.googlegroups.com>
Date 2012-08-31 15:42 -0700
Message-ID <7xwr0ewumv.fsf@ruckus.brouhaha.com> (permalink)
Organization Nightsong/Fort GNOX

Show all headers | View raw


Mark Wills <markrobertwills@yahoo.co.uk> writes:
> Just call INTERPRET. Example:
>
> VARIABLE ESCAPE
> : TEST 1000 0 DO I . I 50 = IF BEGIN INTERPRET ESCAPE @ UNTIL THEN
> LOOP ;

I tried in gforth:

  0 value escape
  : repl ( -- ) begin interpret escape until ;
  repl

but it just looped without waiting for input.  Did I do something
obviously wrong?

Back to comp.lang.forth | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Single Step Debugging,  why or why not? Jason Damisch <jasondamisch@yahoo.com> - 2012-08-30 11:27 -0700
  Re: Single Step Debugging,  why or why not? "Elizabeth D. Rather" <erather@forth.com> - 2012-08-30 08:42 -1000
  Single Step Debugging,  why or why not? Mark Wills <markrobertwills@yahoo.co.uk> - 2012-08-30 14:37 -0700
    Re: Single Step Debugging,  why or why not? "Elizabeth D. Rather" <erather@forth.com> - 2012-08-30 14:26 -1000
      Re: Single Step Debugging, why or why not? Mark Wills <markrobertwills@yahoo.co.uk> - 2012-08-31 02:25 -0700
        Re: Single Step Debugging, why or why not? "Elizabeth D. Rather" <erather@forth.com> - 2012-08-31 08:18 -1000
  Re: Single Step Debugging,  why or why not? Paul Rubin <no.email@nospam.invalid> - 2012-08-30 18:48 -0700
    Re: Single Step Debugging, why or why not? Mark Wills <markrobertwills@yahoo.co.uk> - 2012-08-31 02:12 -0700
  Re: Single Step Debugging,  why or why not? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2012-08-31 08:54 +0000
    Re: Single Step Debugging,  why or why not? Paul Rubin <no.email@nospam.invalid> - 2012-08-31 02:46 -0700
      Re: Single Step Debugging,  why or why not? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2012-08-31 05:56 -0500
        Re: Single Step Debugging,  why or why not? Paul Rubin <no.email@nospam.invalid> - 2012-08-31 09:10 -0700
          Re: Single Step Debugging,  why or why not? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2012-08-31 11:33 -0500
            Re: Single Step Debugging, why or why not? Mark Wills <markrobertwills@yahoo.co.uk> - 2012-08-31 12:51 -0700
              Re: Single Step Debugging, why or why not? Coos Haak <chforth@hccnet.nl> - 2012-08-31 23:23 +0200
              Re: Single Step Debugging, why or why not? Paul Rubin <no.email@nospam.invalid> - 2012-08-31 15:42 -0700
                Re: Single Step Debugging, why or why not? Bernd Paysan <bernd.paysan@gmx.de> - 2012-09-01 01:52 +0200
                Re: Single Step Debugging, why or why not? Paul Rubin <no.email@nospam.invalid> - 2012-09-01 17:41 -0700
          Re: Single Step Debugging,  why or why not? Gerry Jackson <gerry@jackson9000.fsnet.co.uk> - 2012-08-31 17:54 +0100
          Re: Single Step Debugging,  why or why not? "Elizabeth D. Rather" <erather@forth.com> - 2012-08-31 08:22 -1000
          Re: Single Step Debugging,  why or why not? "Ed" <invalid@nospam.com> - 2012-09-03 22:15 +1000

csiph-web