I\'m a Visual Studio user and am used to breakpoints for debugging. I\'m now working in a linux environment and am using Eclipse as an IDE. I\'m a newbie in linux and eclips
The following instructions are for Eclipse 3.5 (Galileo). For 3.6 (Helios), they are similar except for the link in step 2.
You should now be able to set breakpoints and inspect values of variables in Eclipse.
An alternative is to install DDD (an GUI frontend for GDB).