Hi,
Code Warrior does not support the passing of the arguments from a file when debugging an application.
If what you are trying to do is pass the arguments (argc, argv) from a file instead of listing them in the Arguments tab,
there is no local file you can use to do that from Code Warrior.
I was suggesting to pass the name of that file (that contains arguments) , lets's say "file.args" to the app, that the main()
function will receive fine as you sad, and then do a fopen("./file.args"). provided that file.args exists on the target in the same
directory where your app is, it can read the arguments from the file.
regards,
Catalin