Forum member

Furynation

7 posts

Posts by Furynation

  1. Unable to Debug tests in Visual Studio 2015

    Here's a link to the connect issue: https://connect.microsoft.com/VisualStudio/feedback/details/1650051/msvsmon-exe-crashing-randomly It's a bummer, but we will get there. Thanks again for all your help. I appreciate it!

  2. Unable to Debug tests in Visual Studio 2015

    Thanks Remco. I just filed a bug over at Connect. Hopefully, they'll be able to narrow this down. It started happening now under normal debugging situations.

  3. Unable to Debug tests in Visual Studio 2015

    That makes sense. I've tried running under both x86 and x64 with no luck.

  4. Unable to Debug tests in Visual Studio 2015

    Hi Remco, I know the feeling. I tried a sample test project - the tests debugged fine there. I also tried sleeping the thread and attaching the debugger manually and msvsmon still crashed. I'm investigating whether it's something related to specific tests now. Some don't crash, some do. From my t…

  5. Unable to Debug tests in Visual Studio 2015

    Remco, I just tried debugging the same tests using ReSharper's test runner and they worked without crashing the debugger. It appears it's related to NCrunch?

  6. Unable to Debug tests in Visual Studio 2015

    Hi Remco, Thanks for the reply! I don't have any issues attaching to other processes with the debugger. The interesting thing is that tests work fine if I don't debug them.

  7. Unable to Debug tests in Visual Studio 2015

    Hi, I upgraded to Visual Studio 2015 yesterday and I am unable to debug any tests using NCrunch now. A dialog pops up during the debug session that state's "The debugger's workiger process (msvsmon.exe) unexpectedly exited. Debugging will be aborted". I can debug my application normally withou…