Running debug tests with remote debugging?
I'm developing on Windows 7 64 bit virtual machine using Visual Studio 2010 which means I have to run remote debugging. Resharper is unable to launch debugger and I don't see a process to attach too. Anyone run into this?
Please sign in to leave a comment.
Hello,
Could you please clarify what do you mean by 'ReSharper is unable to launch
debugger'? What kind of error message do you see? Also do I understand correctly
that Visual Studio 2010 runs within your virtual machine? In that case where
should the tests run? Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
The error message is 'Cannot launch debugger.'
Yes, Visual Studio 2010 runs within the vm and so do the tests.
Hello,
Could you please check if this happens with any project on this virtual machine
(even if you create a new class library project with some empty tests)? Thank
you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
It works with a new project. I do not have a second existing VS 2010 project currently.
Got strange results today. After creating a new test project and reviewed the differences I found that the new test project file created in VS 2010 had product version 8.0, while the existing test project had 9.0. I changed the version to 8.0 in my existing test project and resharper launched debugger on the test. I then reverted the project version back to 9.0 and resharper continued to launch debugger sucessfully. Something seems flaky.