Bug #17922 2011-02-13 04:43
zacaj
Evaluate Expression Under Cursor Doesnt work With classes
When Evaluate Expression Under Cursor is enabled, hovering over a variable in a class or struct will search for the variable, not the class and the varaible
example
struct vector
{
- Category
- Debugger
- Group
- Status
- Open
- Close date
- Assigned to
- tpetrov
History
zacaj 2011-02-13 04:45
For some reason it submitted the bug before I was done typing.
Example
struct vector
{
float x,y;
}
vector v;
v.x=5;
^
Hovering over the x wont find a variable. Its searching for x and it should be searching for v.x