Path: chuka.playstation.co.uk!news From: Jim Newsgroups: scee.yaroze.programming.gnu_compiler Subject: Re: How do I use GDB ? Date: Sun, 27 Apr 1997 21:57:13 +0100 Organization: PlayStation Net Yaroze (SCEE) Lines: 31 Message-ID: <3363BDA9.173B@micronetics.com> References: <335D1464.3C1E0345@hypemeister.bb.bawue.de> <33626150.747C4ECF@hypemeister.bb.bawue.de> <33645F81.3016@interactive.sony.com> NNTP-Posting-Host: jim.micronetics.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.0b2 (Win95; I) X-Priority: 3 (Normal) Webmaster wrote: > > Hans-Jürgen Schmid wrote: > > > > I wrote: > > > > > > How can I connect to the NY with the GNU debugger gdb ? I want do > > Hi Hans, > > As far as I know you start SIOCONS and enter remote debugging mode from > there, and then start GDB. > > Colin. Yep, just type 'rdb' from siocons and you will see the debugger start on the NY, it will print a message to the console. Then start gdb on your pc. Rember to compiler your code with -g for debugging information. If you do '? all' from siocons you will get a lot more information about how the console works. Good luck regards Jim