How to change code during debugging

  • Thread starter Thread starter JM
  • Start date Start date
J

JM

Hi,

I used to chage my code during debugging with Visual Studio 2003, but now
with Visual Studio 2005 I am not able to do it.
I have been looking how to configure Visual Studio 2005 to allow me change
my code during debugging but without luck.

Can anyone tell me how to do it?.

Thanks,

Jamie
 
You should be able to do this. Set a breakpoint and then when you hit it,
try it. It won't let you change everything, but then, neither did the old
version (like the field types).

I'm assuming you're running in Debug mode.

Robin S.
 
Back
Top