Hi Jens, rhf,
thanks for replying so quickly.
If I change the paths in the makefile to absolute paths breakpoints work!
But I don't get the point here.
GDB on command line doesn't seem to need absolute paths.
So why does C::B need them, and where?
There is a nice mix of back and forward slashes also,
as mentioned by rhf:
>>>>>>cb_gdb:
> break "D:/Projekte/icps-sw/src/error_handler.c:1235"
Breakpoint 2 at 0x6c00: file D:\Projekte\icps-sw\src/error_handler.c, line 1235
I can not switch to a C::B controller project, but I can
live with this absolute path workaround.