Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

debug on the fly

0 views
Skip to first unread message

Berryl Hesh

unread,
Nov 8, 2008, 12:12:59 PM11/8/08
to
Is there a way to change source code while in the middle of a debug session?


Stanimir Stoyanov

unread,
Nov 8, 2008, 4:52:29 PM11/8/08
to
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.
--
Stanimir Stoyanov
http://stoyanoff.info

"Berryl Hesh" <efin...@yahoo.com> wrote in message
news:wMjRk.920$ih7...@newsfe01.iad...

Berryl Hesh

unread,
Nov 8, 2008, 7:55:08 PM11/8/08
to
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

"Stanimir Stoyanov" <stoy...@REMOVETHIS.live.com> wrote in message
news:90DCC149-A769-4306...@microsoft.com...

0 new messages