When I run DotTrace from the unit test runner it never finds the PDB files, although they are definately in the Unit Test project's bin folder.
I just ran dotTrace from within visual studio via the Unit test screen. It cannot find the PDB for mscorlib or for my own code. Not very useful! This was also a problem when I trialled version 4.
See attached screen shots.
John, hi again,
1. dotTrace doesn't find PDB files for your unit tests, because shadow-copying is used: assemblies are copied to some temp location, executed, and then erased. Look at the path on ScreenShot1: I bet it's not your unit test bin folder. You can turn shadow copy off for unit tests in ReSharper's options: ReSharper -> Options -> Unit testing -> "Shadow-copy assemblies being tested". Or you can tell dotTrace where your PDB file is like you do on the screenshot.
2. as far as I understand, mscorlib isn't downloaded. Specify the symbol server address in dotTrace: View -> Options -> Symbol server integration -> select the appropriate option and specify address if you want to use custom server.
Please let me know if it doesn't help.
PS nice wolf on the right!