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.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FROM_WORDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7bd68c129ac31eea X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsfeed.gamma.ru!Gamma.RU!npeer.de.kpn-eurorings.net!feeder1.cambrium.nl!feed.tweaknews.nl!62.58.50.20.MISMATCH!nntpfeed.zonnet.nl!news.versatel.net!not-for-mail From: "Wiljan Derks" Newsgroups: comp.lang.ada References: <1136476040.024617.53280@f14g2000cwb.googlegroups.com> Subject: Re: GNAT Debugger Date: Thu, 5 Jan 2006 20:05:54 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Message-ID: <483c8$43bd6de1$3ea6010b$22967@news.versatel.net> X-Complaints-To: abuse@versatel.nl Organization: Versatel Nederland B.V. NNTP-Posting-Host: 62.166.1.11 (62.166.1.11) NNTP-Posting-Date: Thu, 05 Jan 2006 20:05:05 +0100 X-Trace: 483c843bd6de19b03a4ae22967 Xref: g2news1.google.com comp.lang.ada:2451 Date: 2006-01-05T20:05:54+01:00 List-Id: On Xp you can do the following: Just run the program Then check with the task manager what the process id is of the process. Then start gdb with the image that is running Then give the command: "attach xxxx" where xxxx is the process id Then one can set breakpoints and continue the program to run.