How to change code during debugging

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JM

    #1

    How to change code during debugging

    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


  • RobinS

    #2
    Re: How to change code during debugging

    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.
    ------------------------------

    "JM" <jm06@ya.comwro te in message
    news:uUVrgVyVHH A.3980@TK2MSFTN GP02.phx.gbl...
    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
    >

    Comment

    Working...