This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Insight 6.1 Cygwin GUI


On Fri, 2004-05-14 at 06:34, Peter Graf wrote:
> I've noticed a different problem: The Source Display Status Bar 
> (offering file/function selection below the Toolbar) doesn't appear when 
> I invoke Insight 6.1 using the
> -command <commandfile>
> option. This still worked in 5.3. For me it's quite annoying, since I 
> used this feature very much. It can also be done by the Function browser 
> Menu, but not as quick. Any hints?
> 

Hmm. I've tried a simple test case and could not reproduce this:

$ cat commands
set $i=0
while $i<10
set $i=$i+1
printf "Hello: %d\n",$i
end

$ ./insight --command commands gdb

And Insight came up as expected (on linux). I'll see if I cannot steal
some windows time later.

I welcome any other hints you may have.
Keith


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]