I found that the `-Xdebug-prefix-map=` doesn't acc...
# kotlin-native
t
I found that the
-Xdebug-prefix-map=
doesn't accept relative paths for the new paths. Is it a limitation of K/N or a bug? When I map it to anything that doesn't begin with
.
, I can see the updated paths when running
dwarfdump --show-sources
, but when I make the path relative, the files no longer appear in dwarf. I found this issue https://youtrack.jetbrains.com/issue/KT-65366/Native-lldb-cannot-locate-the-source-code-when-relative-paths-are-used-in-debug-prefix-map which seems to be what I'm experiencing, but I wanted to see if anyone perhaps found a workaround? Thanks!