Replies: 3 comments 1 reply
-
Could you give more precise instructions on which commands you do, the binary maybe, etc. ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When debugging, how can I read stdout and stderr of the program and send somthing to stdin?
for example, when the program runs
read(0,buffer,size)
, then the program just stops and I can't find any way to send the input.I can't also get the stdout of the program.
Beta Was this translation helpful? Give feedback.
All reactions