Change code in Debug mode

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

    #1

    Change code in Debug mode

    I have read that it is possible to change code while debugging in VB2005,
    just like you could do in VB6.
    If so, how do you do it?
    Thanks
    Vayse


  • kikde

    #2
    RE: Change code in Debug mode

    tools\options\d ebugging\editin g..
    check "Allow Editing..."

    But your changes wont't affect the current debug session. Changes will
    impact the result with the next start of your app.

    (This is for VS 2003). Don't know if it is in VS 2005 the same


    "Vayse" wrote:
    I have read that it is possible to change code while debugging in VB2005,
    just like you could do in VB6.
    If so, how do you do it?
    Thanks
    Vayse
    >
    >
    >

    Comment

    • Cyril Gupta

      #3
      Re: Change code in Debug mode

      Hello Vayse,

      Run your project in Debug Mode. That should enable Edit & Continue.

      Regards
      Cyril Gupta

      You can do anything with a little bit of 'magination.
      I have been programming so long, that my brain is now soft-ware.

      I have read that it is possible to change code while debugging in
      VB2005,
      just like you could do in VB6.
      If so, how do you do it?
      Thanks
      Vayse

      Comment

      Working...