Within a `(debug-repl)`, I want to the local variables accessible within it to be immutable. By that I mean using `set!` on them should fail.
Within a
(debug-repl), I want to the local variables accessible within it to be immutable. By that I mean usingset!on them should fail.