← Back to team overview

nunit-core team mailing list archive

[Bug 984264] Re: Assembly Isolation setting is not considered

 

Another alternative would be to call
System.Diagnostics.Debugger.Launch() -- this will start the VS JIT
debugger.

-- 
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/984264

Title:
  Assembly Isolation setting is not considered

Status in NUnit V2 Test Framework:
  Invalid

Bug description:
  NUnit GUI 2.6.0.12051

  Seems that Assembly Isolation level setting is not taken into account.
  I have this setting set to "Run tests directly in the NUnit process",
  but actually tests are run in a separate process, namely nunit-
  agent.exe which is restarted on every test run. This makes hard to
  debug tests since previously, one could just set desired breakpoints,
  attach to NUnit process and run the required tests.

  Important note: The problem is only reproduced if .NET runtime is 4.0.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/984264/+subscriptions


References