Open dlandahl-sie opened 6 months ago
This suggests that either windows.pdb
was not found, or it was not successfully converted to an RDI file. The more information you can provide me about windows.pdb
, the better, so can you do any of the following:
windows.pdb
windows.rdi
, if it exists (if it doesn't, tell me that also)rdi_from_pdb --pdb:windows.pdb --out:windows.rdi
, and see if it successfully completesI tried it again and it works now, I guess it's not a bug in your program but VS was holding a write file handle or something. Worth detecting and displaying a message next to the PDB path?
What's the problem here, did it fail to understand the PDB?