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.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:ad4:4e34:: with SMTP id dm20mr605786qvb.163.1581115154455; Fri, 07 Feb 2020 14:39:14 -0800 (PST) X-Received: by 2002:a05:6830:194:: with SMTP id q20mr1369396ota.92.1581115154136; Fri, 07 Feb 2020 14:39:14 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 7 Feb 2020 14:39:13 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=158.174.92.132; posting-account=HFCrOQoAAABZD_f-UUbYHm3lJDIrh-UX NNTP-Posting-Host: 158.174.92.132 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4cc63bc8-ff8a-4f9e-8649-4e50d7448674@googlegroups.com> Subject: Re: Ada Community and GDB/Python problems From: joakimds@kth.se Injection-Date: Fri, 07 Feb 2020 22:39:14 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:58009 Date: 2020-02-07T14:39:13-08:00 List-Id: Hi Rick, I would recommend tracing to "debug" what your application is doing (either= print messages to standard out or logging to a file). In a multi-task appl= ication I've preferred tracing for a long time over stepping through code u= sing a debugger like gdb. When using the GNAT Pro version of GNAT I've neve= r had any issue with gdb and it has worked very well to step through code u= sing it. However, rarely I've managed to get it working with the community = edition and in my mind I've just thought about it like "if I want to use th= e debugger dbg I should use GNAT Pro". Maybe others in the Ada community ha= s had a more positive experience with gdb using GNAT CE? Best regards, Joakim