I'm trying to debug a Linux C++ program under Eclipse CDT. I've set two breakpoints in the source, when I launch the debug session however I see this in the console output:
Cannot insert breakpoint 6. Error accessing memory address 0x25a: Input/output error. Cannot insert breakpoint 7. Error accessing memory address 0x8: Input/output error.
and my breakpoints are never hit. The application does run however. Any ideas on what the I/O errors mean?
TY, Fred