Results 1 to 5 of 5

Thread: Can I edit in Debug mode?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2001
    Location
    MD
    Posts
    182

    Question Can I edit in Debug mode?

    I am using Beta 2. I just want to know whether I can edit VB .Net in run time (using Ctrl + Break Keys) like in VB.

    Thanks

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    No.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Dec 2001
    Location
    MD
    Posts
    182

    Question

    Thanks. But I hate that demotion. Why did they do that?

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    When you browse : Tools --->Options ----> Debugging , you will find a checkbox says "Allow me to edit VB Files while debugging" , sounds it should does the job but sadly no . I guess MS made thier mind to quit it from now on !

  5. #5
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    It mainly has to do with the fact that now you are running compiled code from the IDE instead of interrupted code like in VB6. So if code is compiled then how can you edit it on the fly?

    You get used to it quick enough. Also then you don't have bugs that popped up only after deployment and not when run from the IDE like in VB6.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width