Forum Discussion

mathieuleb's avatar
mathieuleb
Contributor
10 years ago

Filter PDB for debug agent?

Hi,



It's possible to filter PDB to tell the debug agent to ignore some of them?



I only found the properties "Read debug information for statically linked libraries", it's all or none.



I have like 15 DLLs in our project but only 2 need to be read by debug info agent.



Thanks

2 Replies

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3
    Hi Mathieu,



    If debug information for those dlls is stored in a standalone files, does it help if you rename or move to some other folder those that are not needed?
  • It will probably help, but I want them for the callstack if there's a crash.  So renaming or moving is not a good idea