Results 1 to 7 of 7

Thread: [RESOLVED] [2005] Edit And Continue Doesn't Work

  1. #1

    Thread Starter
    Hyperactive Member rjbudz's Avatar
    Join Date
    Jul 2005
    Location
    San Diego
    Posts
    262

    Resolved [RESOLVED] [2005] Edit And Continue Doesn't Work

    I made sure Enable E & C is checked.

    I'm told, when I try to edit at a breakpoint, that the text is read only.

    Oddly enough I can not copy & Paste into the Command Window either. The copy part doesn't work. Between the two, debugging is impossible.

    Talk about frustration.

    I rebooted twice, still nothing. I tried other projects. Nope.

    Please help!

  2. #2
    Hyperactive Member gnaver's Avatar
    Join Date
    Jul 2005
    Location
    Denmark/Sweden
    Posts
    289

    Re: [2005] Edit And Continue Doesn't Work

    you cannot edit and continue a 64 bit application, change your compile settings to 32 bit and it will work

  3. #3

    Thread Starter
    Hyperactive Member rjbudz's Avatar
    Join Date
    Jul 2005
    Location
    San Diego
    Posts
    262

    Re: [2005] Edit And Continue Doesn't Work

    I'll check it out. Thanks.

  4. #4

    Thread Starter
    Hyperactive Member rjbudz's Avatar
    Join Date
    Jul 2005
    Location
    San Diego
    Posts
    262

    Re: [2005] Edit And Continue Doesn't Work

    I right clicked on Project
    Selected Properties
    Under Configuration Properties, I selected Platform (was Any CPU)
    Selected x86

    Still doesn't allow me to Edit & Continue.

    Anything else I need to do?

  5. #5

    Thread Starter
    Hyperactive Member rjbudz's Avatar
    Join Date
    Jul 2005
    Location
    San Diego
    Posts
    262

    Re: [2005] Edit And Continue Doesn't Work

    I'm looking in the wrong place, huh?

  6. #6

    Thread Starter
    Hyperactive Member rjbudz's Avatar
    Join Date
    Jul 2005
    Location
    San Diego
    Posts
    262

    Re: [2005] Edit And Continue Doesn't Work

    I've uninstalled, cleaned out the registry and reinstalled. Same problem. I know it's not a Project related issue as all my projects have the same symptoms. I have, however, realized that ALL the documents have the lock symbol on when debugging (on the tabs across the top), not just the GUI forms.

    So it's NOT an issue with E&C, but with the program setting the code modules to Read-Only.

    Since I can't use E&C AND can't copy from the editor, the whole software package is pretty much useless for debugging.

    I've scoured this forum and everything Google can throw at me to figure this out. Others are experiencing this problem but no one knows what causes it.

    Even if you don't know the solution, at least help me to gain some insight as to what MAY be the problem?

    Thanks!

  7. #7

    Thread Starter
    Hyperactive Member rjbudz's Avatar
    Join Date
    Jul 2005
    Location
    San Diego
    Posts
    262

    Re: [2005] Edit And Continue Doesn't Work

    Well, the assistance I've received is amazingly underwhelming!

    I solve the problem on my own. Here are some things that you might try if you find yourself in the same helpless situation:

    1.) Verify that all the files and folders in the project are not read-only
    2.) Confirm that Tools->Options->Debugging->EditAndContinue is checked
    3.) My Project->Configuration is set to debug
    4.) Try seting the the CPU to x86 or AnyCPU (which was the default)
    5.) My Project->Advance Compiler Settings, make sure "Enabled Optimizations" is unchecked
    6.) Try unchecking MyProject->Debug->"Enable Unmanaged code Debugging" and "Enable SQL Server debugging" ( didn't see this checkbox)
    7.) Try going to Tools->ImportAndExportSettings and resset all settings to VB

    The last one worked for me, but there are still people out there that none of these solved the problem.

    I with them luck!

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