Search code examples
eclipseeclipse-cdtbreakpoints

break point doesn't work!


I am working a network programming using eclipse CDT. It worked fine before if I set up a break point then it stops at that point. I don't know what happened, it doesn't work anymore. Even if I set up a break point, it won't stop.

How do I fix this? Thanks in advance..


Solution

  • Are you sure you're running the application in debug mode? In run mode, the virtual machine will not suspend the thread on breakpoints.