Hello. I used Kate on Windows for C++ development. I have a problem with debugging.
I made some DLL. When I lunch debbuging throug GDB (Mingw64 15.2 x86) I can’t use break points.
When I toggle break point I get something like this:
No source file named /D:/some_path/source_file.cpp.
Breakpoint 2 (-source /D:/some_path/source_file.cpp -line 319) pending.
I suspect the error is related to a slash at the beginning of the path. Is there any way I can fix this with the GDB settings? Is this a bug that needs to be reported?