Bug 3329

Summary: Source window: cannot hover over some variables and get values
Product: frysk Reporter: Rick Moseley <rmoseley>
Component: generalAssignee: Rick Moseley <rmoseley>
Status: RESOLVED FIXED    
Severity: normal CC: ajocksch, mcvet
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1633    

Description Rick Moseley 2006-10-10 15:35:03 UTC
Some local variables cannot be hovered over and the values gotten.  It seems
when there are multiple parameters passed back in a return statement, the first
variable works fine for hoverig and getting the value and the second doesn't
like this:

return func1(int_21, int_22);

The value for int_21 can be retrieved but the value for int_22 cannot.

Maybe a CDT parse error?  Not sure.
Comment 1 Rick Moseley 2006-11-07 15:52:19 UTC
Resolved.  This was not actually an error, one of the variables was in scope and
the other was not.