This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

dbg question


Hi,

This mesage is posted for the second time. The first one got lost (I think).
If not, sorry.

I want to debug a program that reads its input from a gile and that must be
run like this:

postgres -boot -C -F -D/usr/local/pgsql/data -d template1 < file.txt

How do I do that?

I tried "set args -boot -C -F -D/usr/local/pgsql/data -d template1 <
file.txt" but that does not work.
I also tried (in the command window)
"set args -boot -C -F -D/usr/local/pgsql/data -d template1"
"run  < file.txt"
This resulted in the addition of "< file.txt" to the argumentlist.

Joost Kraaijeveld

Askesis B.V.
Groenewoudseweg 46
6524VB Nijmegen
tel: 024-3888063
fax: 024-3608416
web: http:/www.askesis.nl

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]