Cannot debug tests using Resharper
Posted
by
Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2011-01-12T13:25:23Z
Indexed on
2011/01/12
17:54 UTC
Read the original article
Hit count: 187
Hi,
I'm not able to debug my tests using Resharper-Debug option in my project. I have seen this issue raised by lots of people, but has't come across a solid suggestion which solves my issue. The strange thing is that, if I create a sample project and write a simple unit test, I'm able to debug it without any issues.However when I try to do this in my current project, it simply throws a dialog box saying "Cannot Launch Debugger".I have checked this with my peers, and they does't face this issue :(
Also I don't have any issues while running the test.
It's an XP machine and following is the version of resharper:
JetBrains ReSharper 5.1 C# Edition
Build 5.1.1753.4 on 2010-10-15T15:51:30Licensed to: XXXXXXX
Plugins: none.
Visual Studio 9.0.21022.8.Copyright © 2003–2011 JetBrains s.r.o.. All rights reserved.
Thanks, -M
© Stack Overflow or respective owner