debug icon indicating copy to clipboard operation
debug copied to clipboard

`debug-repl` does not print results of interactions

Open jasonhemann opened this issue 1 year ago • 3 comments

On my system, after entering the debug repl and interacting, I don't seem to see output. I press return at the end of line.

User error?

image

jasonhemann avatar Jul 08 '24 19:07 jasonhemann

The Repl is interacting badly with DrRacket. It works fine from the command line, and I remember it working in DrRacket in the past (Edit: v7.9 and earlier).

It is broken on versions of DrRacket from at least v8.0 onward.

AlexKnauth avatar Jul 08 '24 19:07 AlexKnauth

It's a Racket CS problem.

Working in DrRacket v7.9, but broken in DrRacket v8.0, which is when Racket CS because the default. So I checked with DrRacket BC, and it's working in the latest version with BC, but broken with the default CS.

AlexKnauth avatar Jul 08 '24 22:07 AlexKnauth

Calling (read-eval-print-loop) from racket/base reveals the same thing. Working in DrRacket BC, broken in DrRacket CS.

AlexKnauth avatar Jul 08 '24 22:07 AlexKnauth

On DrRacket version 8.17.0.1 [cs], I can no longer reproduce this bug. I'm not sure what changed on DrRacket's side.

AlexKnauth avatar May 08 '25 16:05 AlexKnauth

Also working for me as of 8.16. I did not bisect it back. But it works now so closing

jasonhemann avatar May 08 '25 17:05 jasonhemann