how to use dbx

(a) source in DIR1(b) executable in DIR2(c) modules in DIR3(d) input in DIR4uses makefile to compile. source fortran 95.How to debug this program without moving/copying anything ?I mean what switches to provide
[259 byte] By [lettersa] at [2007-11-27 9:15:38]
# 1

No special switches/commands are required unless you moved (a), (b) or (c) since compile time. Run dbx from the same directory where you usually run executable and that should be all. You can also 'cd' to this directory from dbx before starting the app.

In case if dbx cannot find sources, please post any messages that it issues here and we'll try to figure out what went wrong.

MaximKartasheva at 2007-7-12 22:04:49 > top of Java-index,Development Tools,Solaris and Linux Development Tools...