50 Ways To Supply Program Parameters..
- Run gdb with 'gdb -args <parameters>' to specify the default
parameters for the program, from the shell (so later 'run' will use
these parameters).
- If you run the program with parameters once, using 'run' again will use
the same parameters again.
Originally written by
guy keren