You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently facing an same issue while debugging a program that involves user input via scanf. I have set a breakpoint at the scanf line, but when I try to input data during debugging, there is no response.
I have tried using the command 'handle SIGTTIN nostop noprint', which I believe should help resolve this issue. However, even after applying this command, the debug session remains unresponsive.
Could someone please advise on how to correctly debug a program with user input via scanf while ensuring breakpoints are effective?
if any chance for open new terminal for the input time?
The text was updated successfully, but these errors were encountered:
Hello everyone,
I'm currently facing an same issue while debugging a program that involves user input via scanf. I have set a breakpoint at the scanf line, but when I try to input data during debugging, there is no response.
I have tried using the command 'handle SIGTTIN nostop noprint', which I believe should help resolve this issue. However, even after applying this command, the debug session remains unresponsive.
Could someone please advise on how to correctly debug a program with user input via scanf while ensuring breakpoints are effective?
if any chance for open new terminal for the input time?
The text was updated successfully, but these errors were encountered: