From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Ingham To: insight@sources.redhat.com Subject: Re: Insight? Date: Mon, 05 Feb 2001 10:24:00 -0000 Message-id: <200102051824.KAA04018@scv3.apple.com> References: <981320309.29300.ezmlm@sources.redhat.com> X-SW-Source: 2001-q1/msg00130.html Colin, Make sure that your "DISPLAY" environment is set. To see if it is, do: $ echo $DISPLAY This should be something like machineName:0.0 where machineName is ... the name of your machine. If it isn't, you can set it by: setenv DISPLAY machineName:0.0 Jim On Sunday, February 4, 2001, at 12:58 PM, insight-digest- help@sources.redhat.com wrote: > Hi, > > I've tried a few visual front ends for GDB, the last being CodeMedic but > found it so bug ridden it was a toil. > > Being a Windows programmer for years I'm getting very interested in > Linux > and have developed one project under FreeBSD. > > I need a good debugger that allows me to set watches, examine variables > etc > and was pleased to find Insight by trawling the Net. > > Being fairly new to Linux (I've been using it on and off for about a > year) > I'm not convinced that I've installed it correctly. > > I downloaded 19990727.bz2, unzipped it to the tar file, un-tarred it and > rebuilt everything. > > I then ran make install and it seemd to complete OK. > > The installation seemed to create a load of files, including GDB itself > and > left it in the insight-19990727 directory under my home directory. > > Running either this gdb or the one in /usr/bin doesn't invoke the GUI > interface for Insight I was expecting. > It just gives plain old gdb. > > Is their a command line switch for invoking the GUI ? > > Thanks > > Colin Johnson -- Jim Ingham jingham@apple.com Developer Tools - gdb Apple Computer