www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Debug with lldb on windows?

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?
May 22 2022