Question:
I wonder why the Debugger mode can’t read values got from console during the Python programm runs. Having run programm I can’t type any symbols in the console in the Debugger mode,
Repl link/Link to where the bug appears:
Screenshots, links, or other helpful context:
code snippet
KAlexK
November 8, 2023, 9:13am
2
This issue has already been reported here recently:
Bug description:
Im doing the 100 days of code python course, on day 58 I use the debugger the first time. When I set a breakpoint like david in the video, I cannot input any variable or nr. into the console. On top of the console I see the blue loading bar nonstop.
Replit uses about 10%CPU at this point
Expected vs Current Behavior:
I should be able to input variables in the console, which I am not.
Steps to reproduce:
Just do the day 58 of the python course. After setting the breakpoints…
So far, no solution has been found.
3 Likes
Similar issue for me with C++. Console input while debugging worked fine until last week. Now not working for me.