views:

53

answers:

0

Hi there,

I have been using MS VS2010 debugger for quite some time now and didn't came across any problems untill today.

As a tester I start my debugger in testing mode (single test debugging) right after loading the project and it starts a whole batch of tests written.

Despite starting all the tests the debugger itself works properly.

I stop proceeding in >Test Results< view, put the caret again in body of testing method and rerun the debugger.

The result is > Not executed < with an very simple error: "Failed to queue test run 'myLogin@myMachine date': Unable to start debugging."

I've gone through similar questions here so I can give some clues for those, who has any idea what is going on:

  • problem appeared today
  • i haven't mess with any .dll's that are outside my project
  • there is no hanging process noticable in Windows Task Manager
  • source catalog of an assembly is trusted
  • only closing and starting VS again helps; reloading project, changing project does't 'solve' the problem
  • i debug mostly my tests (and methods they call), but debugging main application act in the same way
  • building / executing project works fine

I hope it will be easy for you to point an error out.

misma6hine