Can I remotely monitor printf results of a C program?
- by Mota
I have a long running C program in which I've started from the Terminal.app using:
gdb program_name
gdb run
I'm using many printf statements to monitor the progress of the program. Unfortunately, the screen of the computer has been frozen since yesterday, but the process is still running. My question is, can I watch the progress of the program…