When using Miniforge 3 on Windows, and running a Python program using the debugger (to replicate, make a Python script containing breakpoint()
), I cannot use the arrow keys anymore to navigate through previous commands. I’m not sure what is preventing it, but I suspect it might be an issue related to the terminal that is being used.
Is there some way to re-enable this functionality?
0