When I press F11 after hitting a breakpoint to step into the library function it appears correctly in the call stack window, but the source file is not found. When I click on the function name in the call stack VS code says "The editor could not be opened because the file was not found". However, in this view (1:st image) I can see the expected path and I've tried to add this to sourceFileMap in my launch.json (2:nd image), but so far no luck. How do I specify the source file? I'm using mingw and gdb.

