My project is exe compiled with dmd targeting x64. Has debug symbols info enabled during compile. LLDB can step through assembly but it can't seem to find any symbols, a pdb file is generated when compiling but lldb can't seem to find it.
Does anyone know if what I am trying to do is possible?