EpicGamesExt / raddebugger

A native, user-mode, multi-process, graphical debugger.
MIT License
3.43k stars 175 forks source link

The PDB name is red and callstack/symbols not available #248

Open dlandahl-sie opened 4 months ago

dlandahl-sie commented 4 months ago

Screenshot 2024-05-30 145249

What's the problem here, did it fail to understand the PDB?

ryanfleury commented 4 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:

dlandahl-sie commented 4 months ago

I 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?