May 22, 2022

I am trying to debug with LLDB on windows, I want to use lldb because I can use it inside sublimetext.

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?