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 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!peer02.ams4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx15.iad.POSTED!not-for-mail Subject: Re: Ada++ Newsgroups: comp.lang.ada References: <50711230-5b14-4278-b9d8-d197bbe3c93b@googlegroups.com> From: Rick Newbie User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Date: Sat, 30 May 2020 01:35:42 UTC Date: Fri, 29 May 2020 18:35:42 -0700 X-Received-Bytes: 1348 X-Received-Body-CRC: 3419568515 Xref: reader01.eternal-september.org comp.lang.ada:58873 Date: 2020-05-29T18:35:42-07:00 List-Id: >> 2) The GDB debugger > > As long it's integrated into the IDE, what's the issue? Oh for instance that I was hardly able to break down into some structures and ended up with a raw format. Or that it often leaves you in a state where you don't really know if your program is running or not and what is going on. Try debugging a massive multithreaded application with datastructures nested 10 or 20 levels deep in VS and then try the same with GDB and you know what I mean