rainers / cv2pdb

converter of DMD CodeView/DWARF debug information to PDB files
Artistic License 2.0
466 stars 110 forks source link

fix for UNC path #70

Closed sonyps5201314 closed 2 years ago

sonyps5201314 commented 2 years ago

like use vs to remote debug wine dlls

rainers commented 2 years ago

Thanks for your contribution. IMO instead of adding a dependency to another DLL, just adding the check for duplicate \\ at the beginning of the path matches the existing implementation better.

sonyps5201314 commented 2 years ago

OK, it has been removed.

rainers commented 2 years ago

Thanks @sonyps5201314