shekharpro / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

VSTS Integration - Debugging a test run crashes Visual Studio #337

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Given an existing unit test project, add the required ProjectTypeGuids
(a vbproj project in my case).
2. From the Test View (or Test Results), right click and choose Debug run.
3. *boom*

What is the expected output? What do you see instead?
I would expect the VS debugger to attach to the running test so that I can
step through a unit test session. I also would expect to be able to double
click on a single test and have the code be pulled up, but it says that it
can't find the code.

What version of the product are you using? On what operating system?
MbUnit.dll 3.0.4.485
Gallio.dll 3.0.4.485
Visual Studio Team System 2008 Development Edition SP1
Windows XP 32-bit
VB.NET unit test project

Please provide any additional information below.
Great project! I really appreciate! Let me know if I appear to be doing
something wrong or misunderstanding something - thanks again!

Original issue reported on code.google.com by drmohun...@gmail.com on 13 Nov 2008 at 9:57

GoogleCodeExporter commented 8 years ago
Slight correction - when you double click, it should pull up the report as it 
does.
However, when I right click to view test, it says it can't find the code.

Original comment by drmohun...@gmail.com on 13 Nov 2008 at 10:23

GoogleCodeExporter commented 8 years ago
I don't know about the crash issue but it's likely fixed by now since I haven't 
seen
the issue in a couple of releases.

As for clicking on tests in the test view, that was fixed in v3.0.6.

If you encounter any other problems, let me know.  Glad you enjoy the project!

Original comment by jeff.br...@gmail.com on 26 Apr 2009 at 8:01