Describe the bug
When using the back-end with a different front-end, in my case i was using a NeoVim front-end, the path normalization for gdb gets mixed up and gdb gets a windows style path instead of a unix style path. This prevents the debugger to start.
Expected behavior
I expect the debug adapter to be able to be used by a third-party front end
Additional context
I already fixed the bug I'm just making this issue to be able to link it with my PR.