From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:408d:b0:6be:9243:e6b3 with SMTP id f13-20020a05620a408d00b006be9243e6b3mr13590851qko.518.1664176293840; Mon, 26 Sep 2022 00:11:33 -0700 (PDT) X-Received: by 2002:a37:b07:0:b0:6cb:dc21:439 with SMTP id 7-20020a370b07000000b006cbdc210439mr13346553qkl.524.1664176293647; Mon, 26 Sep 2022 00:11:33 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!border-1.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 26 Sep 2022 00:11:33 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=2001:8004:1131:c9a2:2c8a:e714:716f:dc5a; posting-account=q18aiAoAAADbiIPIlD5R8oYVGhuoBvVA NNTP-Posting-Host: 2001:8004:1131:c9a2:2c8a:e714:716f:dc5a References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <41ea7a4d-5c01-458d-98c3-1d671805b88fn@googlegroups.com> Subject: Re: A new universe of Ada From: Rick Duley Injection-Date: Mon, 26 Sep 2022 07:11:33 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:64407 List-Id: You missed the point, Dmitry. Showing me the code for Hello_World does n= ot show me how to create the program using Gnat Studio. Firstly, I do not understand the concept of a _Project_. Until a couple of= days ago I had never heard the term in reference to Ada Programming. Ever= yone seems to assume that I know what it means, but I don't. Secondly, I can write Hello_World.adb and have it included in my 'Project',= I can even build it, but the only thing that will run is _Main_. I cannot= find any documentation about Studio which explains something as simple as = the creation of Hello_World.exe. Can you do that in Studio or is it purely= ornamental? Thirdly, I was never a good enough programmer to be able to write programs = without bugs. Perhaps you have reached that exalted stage but I certainly = have not. Therefore I have a need to debug. How do I do that?