|
|
Two common methods of starting debug:
debug arglistThe arglist must contain an absolute or relative pathname to a binary file and the appropriate arguments for that binary. Then, the debug internal command
run [-f]starts execution of the binary.
debug> create pathname_to_binary [arg...] debug> run [-f]
The important thing to remember when specifying the pathname to the binary is that the PATH variable is not used to search for it; so, you must use a full pathname for any binary not in the current working directory (or below).