Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Variable hints and type "bool"

  Hi all!!!
 
 
I'm working with 1.2 version under Windows and watching a very strange behavior of variable hints. For example I have such a code:
 

int i = -1;

float fff = 1.090897;

bool e = false;

i = i + 2;

When I set mouse cursor near, for instance, "fff" or "i" it's ok. But when I set it near "1.090897" no hint appears. And after that no variable hints appear at all!!!
 
Do you know about this problem? May be in the latest version everything is ok?
 
And about "bool" type. After executing this string:  bool e = false; variables view shows e= 2342683392........
 
 
Thanks,
 
Igor S. Zamyatin
Interstron Ltd.

 
 
 
 
 

Back to the top