Re: [Cgdb-users] Color problem
Brought to you by:
bobbybrasko,
crouchingturbo
From: Mike M. <mmu...@cs...> - 2004-04-07 20:20:31
|
> Yes, I know that. I will wait patiently for it. I use plain old > gdb now, vidbg if I really want to see something, or even DDD on > occasions. Ouch... As far as debugging, Bob & I can't imagine using anything other than CGDB now! The painfulness of DDD and others is what inspired us to work on this. :) > Yes, I can see the syntax highlighting when TERM is set to a > color terminal (xterm, xtermc, rxvt, etc). The program is in C/C++. > But the problem I described is there from startup of cgdb. > When TERM is set to vt100, then the source code is shown in > white on black. However, there is no current line indicator. Man... we're both very confused about this. I'm sorry to say it, but we haven't come up with a good theory about what could be going wrong with your setup. The only thing I'm curious about is what version of ncurses is installed on the Linux workstation? I really doubt it's a problem, bu= t I'm grasping at straws. Bob tested it on a pretty similar setup (SunOS telnetting to Linux) today and did not reproduce the problem. I have a feeling it would be very har= d to recreate... At least, for now you can use it in black & white with TERM=3Dvt100, righ= t?=20 Actually, this is a good point, something to keep in mind for our new version -- the availability of an optional basic monochrome mode would be a good thing, I think. That way you'd have the current line indicator, and the debugger would be totally usable, just not as pretty. Mike |