debug on the fly

  • Thread starter Thread starter Berryl Hesh
  • Start date Start date
Visual Studio 2005 and later have a feature called "Edit and Continue" so
make sure it is enabled from Tools->Options menu. One thing to remember is
that you cannot do this if you attach a process, i.e. you must start
debugging within the IDE.
 
I did have "Edit and Continue" enabled, and it does indeed work as
advertised.

I'm almost always doing debug from within a test runner (TestDriven.Net) so
I thought I was doing something wrong! Do you know of any test runners that
know how to use this feature?

Thanks for the response
 
Back
Top