I'm developing with xcode a simple application (C) wich uses a file as input. I have completed the "launched argument" of the executable with "< my_input_file". When I use "debugging" (gdb) the file is correctly treated (input with scanf) but when I use "run" the program seems to wait for the inputs and stand by. I need it to improve my application with "sampler".
I have read, in the apple documentation, that the stdio are not managed in the same manner when running and debugging, but it does not appear how to deal with input files when "run" is activated.
Thanks for help.
André Monin, french reseacher.