Passes the arglist list of arguments to the program at execution time. When arglist is omitted, the program is executed using the arguments last specified. If arglist contains an argument that starts with "<" or ">", the program is executed after the I/O is redirected.
runExecutes the program without arguments. The "R" should be uppercase.
killForces cancellation of the program.
param commandline arglistAssign the program's command line argument list a new set of values
param commandlineDisplay the current list of command line arguments
clear commandlineThe argument list is deleted
quitEnds the debugging session.