Using GDB with Kate on Windows

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?

I realized the problem isn’t related to the leading slash. However, breakpoints don’t work when tracing libraries.

Help on improving this is welcome, I don’t have a windows machine to improve this atm.