ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: question for DDD


From: Klaus FOERSTER
Subject: Re: question for DDD
Date: Tue, 06 Nov 2001 14:08:01 +0100

Hi Deping,


Just in case there is no more elegant solution:

from the shell prompt:
# create a named piupe with following command
mkfifo myfifo

# pipe your applications input into that named pipe
cat parameters > myfifo &

# run ddd
ddd application

# now in DDD
run < myfifo

This should work


bye

Klaus


Deping He wrote:

> To whom it may concern:
>    I need debug an application which need be piped in a parameter
> file. I try to run like " cat parameters | ddd aplication ", it doesn't
> work. How can I debug this application, which can only feed into by pipe?
>    Thanks a lot.
>
> Deping He
>
> Electrical Engineering&
> Computer Engineering Dept.
> Tel:(505)2440715
> email:address@hidden
>
> _______________________________________________
> Ddd mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/ddd

--
===============================================================
Klaus Foerster         !  email: address@hidden
System Design Engineer !  priv.: address@hidden
Motorola Toulouse      !
tel +33-561 19 17 58   !
fax +33-561 19 12 25   !
===============================================================






reply via email to

[Prev in Thread] Current Thread [Next in Thread]