Results 1 to 9 of 9

Thread: cannot write code after F5

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Location
    didn't decide yet
    Posts
    222

    cannot write code after F5

    is that the case is VB.NET like Delphi? or there is a workAround?
    Come and get our ISDN CallerID http://www.3wm.biz

  2. #2
    Hyperactive Member
    Join Date
    Feb 2001
    Location
    Houston, TX
    Posts
    342
    By F5 are you saying you want to run the program (pause it) then make changes?

    With .NET the program is completely compiled (not pseudo code like VB6) and you are running from the .exe itself.

    By default the designer is read-only once you run the program but you can disable it in the options.

    TOOLS > OPTIONS > DEBUGGING > EDIT AND CONTINUE > Allow me to edit VB files while debugging.

    HTH

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Location
    didn't decide yet
    Posts
    222
    thnks MagellanTX thats was the option i was looking for
    Come and get our ISDN CallerID http://www.3wm.biz

  4. #4
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    at the risk of getting burned here, you still can't edit on the fly. I just tried that out and I couldn't.

    tolisiss, did that work for you?

    I've heard that the new version is going to allow that functionality.

  5. #5
    Hyperactive Member Libero's Avatar
    Join Date
    Jun 2000
    Location
    Swedish viking
    Posts
    460
    Originally posted by Andy
    at the risk of getting burned here, you still can't edit on the fly. I just tried that out and I couldn't.

    tolisiss, did that work for you?

    I've heard that the new version is going to allow that functionality.
    Which new version???

  6. #6
    Hyperactive Member
    Join Date
    Mar 2004
    Location
    Prato - Tuscany - Italy
    Posts
    461
    I tried, months ago, to use that option, but VB.NET code continue to be read only when running (also if stopped, obviously)!
    I've heard the same thing, Andy, the next version of VB.NET, will give us, really, this chance! Let's hope it was the truth!
    Live long and prosper (Mr. Spock)

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Location
    didn't decide yet
    Posts
    222
    i have the Jan 2004 ver but its like MagellanTX said like attaching the process and debuging it so i think that debuging on the fly should never been possible
    Come and get our ISDN CallerID http://www.3wm.biz

  8. #8
    Fanatic Member pax's Avatar
    Join Date
    Mar 2001
    Location
    Denmark
    Posts
    840
    Originally posted by tolisss
    i have the Jan 2004 ver but its like MagellanTX said like attaching the process and debuging it so i think that debuging on the fly should never been possible
    Edit and Continue is possible in the PDC Beta release of Whidbey.
    When an error occurs, just correct the error, move the cursor up to line where you want it to start from, and execution is resumed from that point.

    I think it was Edneeis who said, that it could prove to be a problem, because you are not running a fully compiled exe, but merely running in the IDE like old VB6, and he might have a point.

    But nevertheless, the feature is most certainly there.
    I wish I could think of something witty to put in my sig...

    ...Currently using VS2013...

  9. #9
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    i'd say it's like any other tool in your garage...it's most useful when you know whether or not to use it.

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