From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d423dccf160531eb,start X-Google-Attributes: gid103376,public From: Jackie & Barry Schiff Subject: GDB w/GNAT 3.11p w/NT4.0 Question Date: 1999/03/11 Message-ID: <36E81651.5B91E3D3@netspace.net.au>#1/1 X-Deja-AN: 453716963 Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@netspace.net.au X-Trace: otis.netspace.net.au 921139997 11508 210.15.250.125 (11 Mar 1999 08:13:17 GMT) Organization: A customer of Netspace Internet Mime-Version: 1.0 NNTP-Posting-Date: 11 Mar 1999 08:13:17 GMT Newsgroups: comp.lang.ada Date: 1999-03-11T08:13:17+00:00 List-Id: I recently installed GNAT 3.11p. Its been awhile since I used GNAT and I must say I was very impressed with how it has progressed. Ok now for the question: I am using it under NT 4.0, and so far am using the AdaGIDE editor environment installed with it (used to use EMACS and maybe will switch again but just giving this a try). Anyhow I have a program with text_io input/output. When I go to run it under the debugger, which I do by hitting the debug button inside of AdaGIDE, the output seems to get correctly redirected to an MSDOS command window but it appears that the input does not. Thus the program bombs once it gets to an input statement (eg. Text_io.Get_Line). Surely I must be doing something wrong I just have not dug it out yet. If anybody knows the answer I would surely appreciate it. Thanks in advance, --Barry Schiff