debug on the fly

  • Thread starter Thread starter Berryl Hesh
  • Start date Start date
B

Berryl Hesh

Is there a way to change source code while in the middle of a debug session?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top