dotCover cannot get any symbol from Application
dotCover filter setting with code in application.
It launches application normally. After manual testing finish, it generates snapshot file.
Sanpshot file size is 21KB and it shows no symbol.
Please give suggestion to solve this issue.
Thanks
Please sign in to leave a comment.
Hello Porsche824,
Please make sure that the application you are debugging has PDBs for an assembly you are covering and:
You can find more information about how dotCover looks for PDBs in Finding symbol files (PDB).
Let me know if this helps.