public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Re: Insight ?
       [not found] <981320309.29300.ezmlm@sources.redhat.com>
@ 2001-02-05 10:16 ` Jim Ingham
  2001-02-05 11:39   ` Stuart Allman
  2001-02-05 10:21 ` PluginWindow class and a revamped plug-in sample code Jim Ingham
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 9+ messages in thread
From: Jim Ingham @ 2001-02-05 10:16 UTC (permalink / raw)
  To: insight-digest-help; +Cc: insight

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: PluginWindow class and a revamped plug-in sample code
       [not found] <981320309.29300.ezmlm@sources.redhat.com>
  2001-02-05 10:16 ` Insight ? Jim Ingham
@ 2001-02-05 10:21 ` Jim Ingham
  2001-02-05 10:30   ` Fernando Nasser
  2001-02-05 10:24 ` Insight? Jim Ingham
  2001-02-05 10:26 ` PluginWindow class and a revamped plug-in sample code Jim Ingham
  3 siblings, 1 reply; 9+ messages in thread
From: Jim Ingham @ 2001-02-05 10:21 UTC (permalink / raw)
  To: insight-digest-help; +Cc: insight

Fernando,

>
> Maybe I can expand that GDBWin class... What do you think?
>

This is what Martin & I originally intended for that class.  However, as 
you can tell from the paucity of code in it, Martin left before he could 
get around to fleshing it out, and the rest is history...  This sounds 
like a really good idea.

Jim
--
Jim Ingham                                   jingham@apple.com
Developer Tools - gdb
Apple Computer

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Insight?
       [not found] <981320309.29300.ezmlm@sources.redhat.com>
  2001-02-05 10:16 ` Insight ? Jim Ingham
  2001-02-05 10:21 ` PluginWindow class and a revamped plug-in sample code Jim Ingham
@ 2001-02-05 10:24 ` Jim Ingham
  2001-02-05 10:26 ` PluginWindow class and a revamped plug-in sample code Jim Ingham
  3 siblings, 0 replies; 9+ messages in thread
From: Jim Ingham @ 2001-02-05 10:24 UTC (permalink / raw)
  To: insight

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: PluginWindow class and a revamped plug-in sample code
       [not found] <981320309.29300.ezmlm@sources.redhat.com>
                   ` (2 preceding siblings ...)
  2001-02-05 10:24 ` Insight? Jim Ingham
@ 2001-02-05 10:26 ` Jim Ingham
  3 siblings, 0 replies; 9+ messages in thread
From: Jim Ingham @ 2001-02-05 10:26 UTC (permalink / raw)
  To: insight

Fernando,

>
> Maybe I can expand that GDBWin class... What do you think?
>
>

This is what Martin & I originally intended for that class.  However, as
you can tell from the paucity of code in it, Martin left before he could
get around to fleshing it out, and the rest is history...  This sounds
like a really good idea.

Jim
--
Jim Ingham                                   jingham@apple.com
Developer Tools - gdb
Apple Computer

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: PluginWindow class and a revamped plug-in sample code
  2001-02-05 10:21 ` PluginWindow class and a revamped plug-in sample code Jim Ingham
@ 2001-02-05 10:30   ` Fernando Nasser
  0 siblings, 0 replies; 9+ messages in thread
From: Fernando Nasser @ 2001-02-05 10:30 UTC (permalink / raw)
  To: Jim Ingham; +Cc: insight

Jim Ingham wrote:
> 
> Fernando,
> 
> >
> > Maybe I can expand that GDBWin class... What do you think?
> >
> 
> This is what Martin & I originally intended for that class.  However, as
> you can tell from the paucity of code in it, Martin left before he could
> get around to fleshing it out, and the rest is history...  This sounds
> like a really good idea.
> 

So let's do it.  I can't promise doing it this week as it is a very busy
one around here, but I will tackle it next week.



-- 
Fernando Nasser
Red Hat Canada Ltd.                     E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Insight ?
  2001-02-05 10:16 ` Insight ? Jim Ingham
@ 2001-02-05 11:39   ` Stuart Allman
  0 siblings, 0 replies; 9+ messages in thread
From: Stuart Allman @ 2001-02-05 11:39 UTC (permalink / raw)
  To: insight

It's still not working.  I put a SET DISPLAY=MYMACHINE:0.0 in my
autoexec.bat and it still doesn't work.  Do I have to have X11 installed
in order to make this work?  In the bash shell that comes up when I
click on cygwin it now echos back MYMACHINE when I try to echo $DISPLAY
command, so I know that it's set properly.  Is there any diagnostics I
can run to find out where insight it trying to send the "hello world"
characters?

Thanks,


Jim Ingham wrote:
> 
> 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

-- 
Stuart Allman
Cypress IPD Systems Engineering
425.398.3439

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Insight ?
  2001-02-04 13:11 ` Mo DeJong
@ 2001-02-04 15:08   ` Tom Tromey
  0 siblings, 0 replies; 9+ messages in thread
From: Tom Tromey @ 2001-02-04 15:08 UTC (permalink / raw)
  To: Mo DeJong; +Cc: insight

>>>>> "Mo" == Mo DeJong <mdejong@cygnus.com> writes:

Mo> What is going on, what ever became of tom's patch
Mo> to rename the "gdb" executable to "insight"?

The gdb patch approval process is what happened to it.

I'm going to resubmit it this coming week.  That will be the 2 month
anniversary and the third time I've submitted it.  Yay.

Tom

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Insight ?
  2001-02-04 12:58 Insight ? Colin Johnson
@ 2001-02-04 13:11 ` Mo DeJong
  2001-02-04 15:08   ` Tom Tromey
  0 siblings, 1 reply; 9+ messages in thread
From: Mo DeJong @ 2001-02-04 13:11 UTC (permalink / raw)
  To: insight

On Sun, 4 Feb 2001, Colin Johnson wrote:

> Hi,
> 
> 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

I thought the executable had been renamed to "insight"
but I just did a fresh configure ; make install from
the CVS and the executable is still named gdb. I know
I have the new sources because now the controls are
at the top of the window (much better, BTW).

% ls ~/project/install/insight/bin
gdb  itclsh3.0  itkwish3.0  tclsh  tixindex  wish

What is going on, what ever became of tom's patch
to rename the "gdb" executable to "insight"?

P.S.
Colin, the answer to your question is run the
gdb executable in the install/bin dir.

Mo DeJong
Red Hat Inc

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Insight ?
@ 2001-02-04 12:58 Colin Johnson
  2001-02-04 13:11 ` Mo DeJong
  0 siblings, 1 reply; 9+ messages in thread
From: Colin Johnson @ 2001-02-04 12:58 UTC (permalink / raw)
  To: insight

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2001-02-05 11:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <981320309.29300.ezmlm@sources.redhat.com>
2001-02-05 10:16 ` Insight ? Jim Ingham
2001-02-05 11:39   ` Stuart Allman
2001-02-05 10:21 ` PluginWindow class and a revamped plug-in sample code Jim Ingham
2001-02-05 10:30   ` Fernando Nasser
2001-02-05 10:24 ` Insight? Jim Ingham
2001-02-05 10:26 ` PluginWindow class and a revamped plug-in sample code Jim Ingham
2001-02-04 12:58 Insight ? Colin Johnson
2001-02-04 13:11 ` Mo DeJong
2001-02-04 15:08   ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).