News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Bugs in latest versions of C::B

Started by Mr. Y, August 15, 2007, 03:16:25 AM

Previous topic - Next topic

Mr. Y

I started using latest night build od C::B and I found several small bugs.

  • First, when mouse is over a variable C::B editor shows a hint with it's type.
    In code like "int main(int argc, char *argv[])" if mouse is over "argv" variable
    hint says: "char *argv", NOT "char **argv" or "char *argv[]".
  • Second, it will be helpful if type hints (like "int foo") does not appear in debug mode,
    because if "Evaluate on mouse" option is checked in debugger settings, evaluated hint
    appears UNDER "int foo" hint  :x

dje

Hi !

QuoteSecond, it will be helpful if type hints (like "int foo") does not appear in debug mode,
because if "Evaluate on mouse" option is checked in debugger settings, evaluated hint
appears UNDER "int foo" hint
I also noticed this point. I think type hints should be disabled during debug or be an option.

Dje

Alturin

Either that, or maybe merged with the evaluated hint?

killerbot

very good feedback, could you file for each item a bug report on our berlios page, I am sure the big boss will be able to fix them ;-)