2 Replies Last post: Feb 13, 2012 6:50 PM by Asia Rudenko  
Laughing John Newbie 11 posts since
Apr 3, 2009
Currently Being Moderated

Jan 23, 2012 11:07 PM

V5 EAP - PDB files not found

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.

Asia Rudenko JetBrains 87 posts since
Nov 11, 2010
Currently Being Moderated
Feb 13, 2012 6:50 PM in response to: Laughing John
Re: V5 EAP - PDB files not found

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!

More Like This

  • Retrieving data ...