You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the latest eclipse C++ IDE. My problem is that when I put the cursor over the myobj->myprop (at myprop) the following message pops up: 'Debug Current Instruction Pointer', press F2 to focus. I'd like to see the hint for myobj->myprop. The hint for myobj is working and I can check the object members however I'd like to see the hint for myobj->myprop if is possible.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using the latest eclipse C++ IDE. My problem is that when I put the cursor over the
myobj->myprop
(at myprop) the following message pops up: 'Debug Current Instruction Pointer', press F2 to focus. I'd like to see the hint formyobj->myprop
. The hint formyobj
is working and I can check the object members however I'd like to see the hint formyobj->myprop
if is possible.Beta Was this translation helpful? Give feedback.
All reactions