Wednesday, 18 January 2012

Visual Studio Counterintuivity, Edit and Continue

Changes are not allowed while code is running or if the option 'Break all processes when one process breaks' is disabled. The option can be enabled in Tools, Options, Debugging.



I had to disable Edit and Continue in order to use it.

No comments:

Post a Comment

NUnit TestFixture logging with vstest and Microsoft.Testing.Platform

When using vstest or Microsoft.Testing.Platform on the command line, NUnit won't log `TestContext.Out` from a `TestFixture`, or, to be m...