remedybg-issues
remedybg-issues copied to clipboard
Better automatic PDB locator
[casey] My recommendation would be to add "symbols" settings, honestly. It would have a few simple settings in it, like checkboxes for "search the system path" and "search the directory where the executable was" and stuff like that, for auto-hunting PDBs. It should also have a "symbol path" text box, or list, or whatever, where the user can specify paths to search for symbols. There should probably also be one that's like "project-specific symbol search path", which you would put below the working dir, and you'd save it along with the project?
Finally, the other really nice feature that you probably want is some way to set symbols per module. So like, if all else fails, the user can browse the module list, and say "hey this specific module right here, this is where to get the PDB from it, and by the way, give me a checkbox to override GUID matching so that I can force you to use a PDB for it even if it's wrong.
+1
Is there currently a way to specify where to look for symbol files? The only way I could get the debugger to accept symbols for ntdll.dll is to put them inside the folder the RemedyBG executable is in.
+1
Added global symbol search paths to 0.3.9.6. Leaving this issue open to add per-config symbol search paths and the loading of symbols for an individual module with the option to ignore mismatched debug identifiers.