How to change code during debugging

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
 
R

RobinS

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.
 

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

Top