I have used Eclipse for Java coding without any problem. With C++ Eclipse (Indigo), my problem is that, I am not able to see the values of the variables when I put the mouse over them ! It just shows the definition of the variable.
In Java if we right click on a variable then we get an option like "Inspect value". That option is also not visible in C++ eclipse.
How to solve this issue ? Is there any plugin or configuration am I missing ?
Have freshly installed Ubuntu 11.10 in Virtual Box (Windows XP Host). Then installed g++ 4.6, Eclipse Indigo and Eclipse CDT. In "Debug Configurations", it shows:
Debugger: gdb/mi
Advanced: Automatically track values of "Variables" and "Registers"
GDB Debugger: gdb
GDB command file: .gdbinit
GDB Command set: Standard(Linux)
Protocol: mi
(unchecked) Verbose console mode
(unchecked) Use full file path to set breakpoints
I am able to put break points and stop the execution there, the only problem is seeing values.