dbx
Prof. L. N. Long
Key dbx Commands
(All seven of them !)
- f77 mytst.f -g -o mytest
- dbx mytest
- -------------------------------
- list (e.g. list 12,15 OR list OR l )
- stop (e.g. stop at 45)
- run (to start program)
- print (e.g. print x)
- step (e.g. step OR s )
- quit
- help
Maintained by:
Prof. L. N. Long , 233M Hammond Bldg, 865-1172
© Copyright 1996, Lyle N. Long