Re: [Cgdb-users] Color problem
Brought to you by:
bobbybrasko,
crouchingturbo
From: Bob R. <bo...@br...> - 2004-04-06 23:13:36
|
> I came about cgdb and think it has a lot of potential. That's great to hear. CGDB is currently undergoing some major changes, in the next few months it might actually reach 1.0. > I use vidbg, but development has stop on that project. >=20 > Anyway, here is my problem : > I compiled and installed from source and it was ok. > When I ran it in an xterm (white on black background),=20 > the source window was done quite nicely, with colors=20 > to the source code. However, the command window is black.=20 > The text looks to be black also. Can't see the cursor also.=20 > I know the text is there because it responds to my usual=20 > gdb commands. However, I just can't read the=20 > commands nor the output. I tried on konsole (black on white)=20 > and rxvt and got the same problem. >=20 > What is wrong? I have never seen this problem before. I typically work with an xterm with white on black. I've also run it on gnome-terminal, cygwin shell, putty, ... What is you TERM set to? Could you tell us the OS? (uname -a) The version of GDB that you are using? ( gdb --version ) Also, send us the ~/.tgdb/ directory, that might give me some info. Mike might have a better idea of what the problem is, but we'll probably need this info anyways. Thanks, Bob Rossi |