I have a problem where whenever I debug a C program my terminal does not accept input, or scanf in this case. Everything else seems to be working, the debugger prints out everything and stops at breakpoint. When I start the program without debugging I can write to the terminal. Please help
Thank you