Humble stack overflow users:
I've gradually increased my linux knowledge over time. However, I was finally able to put my linux admiration to the test. I need to write a program on Linux to take advantage of unix system calls.
After a painstaking 48 hours, I've got linux mint installed with Eclipse Galileo 3.6 and the CDT. My program builds, runs, works fine (wish that was easy as I've made it sound).
However, the only issue I'm running in to is with the debugger. When I set a breakpoint and start the debugger, the debug perspective starts debugging the code at the first line, and ignores my breakpoints?
I'm so close, what must I do!?