Re: [Cgdb-users] Color problem
Brought to you by:
bobbybrasko,
crouchingturbo
From: James L. <le...@al...> - 2004-04-07 23:07:35
|
> 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. :) That's why I feel that I will like cgdb. And I finally found the cause of the problem. I have setenv COLORFGBG default in order to correct some behavior in programs compiled against slang. Turns out that cgdb has problems when COLORFGBG is set, even when I set it to "black;white" "white;black", etc. I guess there is a conflict between this setting and cgdb. Perhaps now you can make it more robust. Anyway, now that I get it working, I'm going to give it a full swing. > At least, for now you can use it in black & white with TERM=vt100, right? > 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. Yes, a monochrome mode is great also. However, I noticed that in mono (vt100, for example), there are no line numbers and the line indicator character is not shown. How about just reversing the video on the current line? Thanks once again for a fine job. James. |