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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a45d2ee8057bf2d X-Google-Attributes: gid103376,public From: jerry@jvdsys.nextjk.stuyts.nl (Jerry van Dijk) Subject: Re: Display procedures and IDEs Date: 1998/07/09 Message-ID: #1/1 X-Deja-AN: 370018111 References: <01bdab44$6fcd6720$c145a8c2@default> Organization: * JerryWare *, Leiden, Holland Newsgroups: comp.lang.ada Date: 1998-07-09T00:00:00+00:00 List-Id: Jamie (j.couston@virgin.net) wrote: : I use the GNAT compiler under a Win95 IDE, and have : experienced some strange problems when attempting : to use display procedures such as 'Set_Col' and : 'New_Page' etc. Well, actually, Ada does not have 'display procedures'. What you are probably trying to use are Text_IO procedures, which address structured text files. As you are on windows, get the nt_console package from my homepage at http://stad.dsl.nl/~jvandyk, this should do what you want. : As an aside, are there any IDE's available that run under DOS or Windows : which allow single stepping and tracing, watches etc. ?? As you will find out, debugging tools are much less needed with Ada than with languages like C and C++. Nevertheless, if you are using the ObjectAda compiler, it does include such a debugger. If you are using the GNAT/AdaGIDE combination, download the debugger from the same site you got GNAT. Success, Jerry. -- -- Jerry van Dijk | email: jdijk@acm.org -- Leiden, Holland | member Team-Ada -- Ada & Win32: http://stad.dsl.nl/~jvandyk