X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: gui debugger in "cygwin version 2.738" Date: Fri, 3 Feb 2012 14:51:25 -0800 (PST) Organization: http://groups.google.com Lines: 33 Message-ID: <3cd10446-ab1f-45d9-b660-4fced1b29497@k6g2000vbz.googlegroups.com> References: <7f998c88-0797-476c-b04b-2b35a9c24a9a AT uc9g2000pbc DOT googlegroups DOT com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1328309485 7369 127.0.0.1 (3 Feb 2012 22:51:25 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 3 Feb 2012 22:51:25 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: k6g2000vbz.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKRAUELSC X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.630.0 Safari/534.16,gzip(gfe) Bytes: 2551 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q174U24o021956 Reply-To: djgpp AT delorie DOT com Hi, On Feb 3, 12:53 am, somanath wrote: > > recently i have updated cygwin and there's no more gui debugger, but > it is command line debugger, how can i get gui debugger in this cygwin > version, or in any latest version of cygwin. First of all, DJGPP (DOS) is not Cygwin (Windows). Now that we've gotten that out of the way .... ;-) http://www.delorie.com/djgpp/ http://www.cygwin.com/ But I don't know specifically. GDB has always been cmdline only, AFAICT, perhaps you meant the DDD frontend or similar? (Otherwise you could try "gdb --tui" or for DOS maybe old RHIDE.) http://sources.redhat.com/gdb/ http://www.gnu.org/software/ddd/ (DOS only) http://na.mirror.garr.it/mirrors/djgpp/beta/v2gnu/gdb731b.zip http://ap1.pp.fi/djgpp/rhide/ > if not possible to get the gui debugger as in older version, can you > please suggest me gdb commands for debugging, to dump a buffer, > display stack contents, watch expressions as in older version gui. The online manual below probably tells all you need to know. You perhaps can also try "info gdb" locally. http://sourceware.org/gdb/current/onlinedocs/gdb/