[gvd-users] console input

Arnaud Charlet gvd-users@lists.act-europe.fr
Wed, 5 Sep 2001 23:25:23 +0200


> hi guys. i'm a bit stuck with getting console input
> while debugging with gvd. if i use command line gdb
> there is no prob. cant do it though through  gvd. any
> suggestions?

Generally speaking, since gvd has to handle two inputs at the same place
(gdb's and the debugged program), we recommend for such programs to run
them separately, and then to attach to them from GVD.

This way, you have separate consoles for gdb and your program.

Arno