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!?

link|improve this question

80% accept rate
Try unchecking 'Run > Debug configurations... > Debugger > Stop on startup at main', to prevent debugger from stopping at the first line. – Francois Feb 20 at 10:30
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.