trace

Q&A's, tips, howto's
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

trace

Post by newdep »

Hello Lutz,

Is it possible to implement an Automatic "enter" after the Key pressed
in debug mode for s|tep and n|ext ? No you have to press and the 's / 'n key
and also the enter key...

Regards, Norman.
-- (define? (Cornflakes))

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

After the debug prompt you can enter expressions, variable symbols etc.. For that reason we need the line input. This would not be possible with one-character-only input.

Lutz

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

Ah.. great i did not know that ;-)
-- (define? (Cornflakes))

Locked