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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=c3=b6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: Record operations (Algebraic Data Types and printing) Date: Thu, 11 Oct 2018 13:29:13 +0200 Organization: A noiseless patient Spider Message-ID: References: <0f5608ef-0038-491c-b15f-f67bcc76fae8@googlegroups.com> <00285ebf-6ede-44da-848f-456930dc7475@googlegroups.com> <3620199a-f025-4099-83ad-a1e5042dc6c0@googlegroups.com> <8903c94f-efc7-4a2c-9513-ee17890b49d2@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 11 Oct 2018 11:29:14 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="7cf7142612cf5f24bb1b65864a3b1cdc"; logging-data="18514"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+6kKodx6Vrz9e9OJOeIyFw" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 Cancel-Lock: sha1:KNR9238iJigqRCVYifQjwpDxyT4= In-Reply-To: Content-Language: sv-FI Xref: reader02.eternal-september.org comp.lang.ada:54538 Date: 2018-10-11T13:29:13+02:00 List-Id: On 2018-10-10 20:13, G. B. wrote: > But are all Ada debuggers and simulators in such a state? I find staring at > trace logs unproductive in comparison. Maybe, though, some programmers > like the challenge. When a system is deployed, and there is no debugger attached, and an incident occur (malfunction/crash/whatever), I am very happy to look at the logs. Debugging is then not an option, since it occurred in the past, and may be very difficult - if not impossible - to reproduce. -- -- Björn