rainers / cv2pdb

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

Unicode WCHAR strings in builds without native wchar_t not showing as strings in debugger #79

Open ALEXYAL opened 2 years ago

ALEXYAL commented 2 years ago

I've added automatic replacement WCHAR -> T_WCHAR and all goes fine now. May be it needs separate command line option to turn it on/off. Or even user controlled types replacement.

Fix in attached zip for https://github.com/rainers/cv2pdb/issues/77 issue.