Results 1 to 6 of 6

Thread: Edit code while debugging??

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2001
    Location
    Fort Lauderdale, FL
    Posts
    98

    Edit code while debugging??

    OK, did I not set something correctly?
    I can't edit my code when I pause my app. Is this another wonderful feature to slow me down in .net?

    Tell me it ain't so. :-)

  2. #2
    Hyperactive Member pgrimes's Avatar
    Join Date
    Aug 2001
    Location
    sacramento
    Posts
    342
    Yep, from what I can tell, it is a "wonderful feature"

  3. #3
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    That's just for the beta version...Right???

    God I Hope Sooo....

  4. #4
    Ergo60
    Guest
    Nope, I have the full release version and I cant seem to edit while debugging.

  5. #5
    Member
    Join Date
    Mar 1999
    Location
    España
    Posts
    45
    I have the same trouble. I can't edit the code while I'm debuging.
    It's a new feature to make me crazy.

  6. #6
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926
    I guess they didn't manage to get the edit and continue feature working correctly in the release version.
    I guess the problem is that we are debugging executables nowadays, and not interpreted code.
    There is an option to allow editing code in debug mode.
    If you switch this on, and edit your code in debug mode, you get the choice to recompile (and restart the application), or to continue.
    When you continue, the program is not recompiled, so the original code is executed. This can be very confusing.

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