Details
Description
Summary
Currently, it is impossible to map sources which absolute path contains {{ ./}} .
That's quite troublesome as this prevents debugging in quite a lot of context.
Example - Ogre
Source:
./obj-x86_64-linux-gnu/OgreMain/./OgreMain
Target:
/home/someone/git/OGRECave/ogre/OgreMain
Actually what it is doesn't matter, it's really just to give something you can reproduce.
The source file path will be converted to obj-x86_64-linux-gnu/OgreMain/OgreMain, which is incorrect, thus makes it impossible to get debug symbols.