Creator 2.4: GDB can't set breakpoints anymore
-
I updated to Creator 2.4, and now I can't debug my application anymore using gdb.
I get the error message:
"Warning
Cannot insert breakpoint 1.
Error accessing memory address 0x24d: Input/output error."The debugger settings are all on defaults for the SDK installation.
Working on Windows XP.
Anything I can do to fix the problem?
-
Try deleting all breakpoints.
How did you end up with a breakpoint in such a location in the first place?
-
Found the reason.
It's a breakpoint inside a template class method. That doesn't seem to be supported.
I completely forgot about that limitation. Sorry for the scare.