[comp.unix.questions] dbx

jgb@ektools.UUCP (Blose) (01/19/90)

Does anyone know if it's possible to use DBX with an executable which
requires command line arguments?        
	Ex) dbx myprogram arg1 arg2

If there's a way I'd be interested in knowing.  We're running System V
Unix on a RISC-based system where the documentation is not too good.

brunger@venus.ycc.yale.edu (01/19/90)

RE: required command line args in dbx.

Every version of dbx I have worked with allows you to supply both command
line args and input/output redirection as arguments to the run command.

      Ex) dbx> run arg1 arg2

m@jacobi.biology.yale.edu on borrowed account.