cannot continue edit while debug in VS2005

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

    #1

    cannot continue edit while debug in VS2005


    I have this problem: "cannot continue edit while debug in VS2005".

    I see the same tread after I search this topic in google, but none solutions
    works for me. So again, I ask here. Can someone give a hand?

    Has MS fixed this in VS 2005? Is is fixed in VS 2008?

    Thanks,

    ~.~.~.~.~.~.~.~ .~.~.~.~.~.~.~. ~.~.~.~.

    Ryan Liu
    Shanghai Fengpu Software Co. Ltd
    Shanghai , China

    http://www.PowerCATI.com Powerful CATI!

    ~.~.~.~.~.~.~.~ .~.~.~.~.~.~.~. ~.~.~.~.

  • Frans Bouma [C# MVP]

    #2
    Re: cannot continue edit while debug in VS2005

    Ryan Liu wrote:
    >
    I have this problem: "cannot continue edit while debug in VS2005".
    >
    I see the same tread after I search this topic in google, but none
    solutions works for me. So again, I ask here. Can someone give a hand?
    >
    Has MS fixed this in VS 2005? Is is fixed in VS 2008?
    Have you ENABLED edit&continue in the properties of vs.net? If not, do
    so. However, in general it's not wise to edit while in debug mode ->
    quit debugging, think why you want to make a change to the code, make
    the change and then restart debugging IF necessary.

    FB


    --
    ------------------------------------------------------------------------
    Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
    LLBLGen Pro website: http://www.llblgen.com
    My .NET blog: http://weblogs.asp.net/fbouma
    Microsoft MVP (C#)
    ------------------------------------------------------------------------

    Comment

    • Ryan Liu

      #3
      Re: cannot continue edit while debug in VS2005


      ----- Original Message -----
      From: "Frans Bouma [C# MVP]" <perseus.usenet NOSPAM@xs4all.n l>
      Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
      Sent: Sunday, December 30, 2007 7:26 PM
      Subject: Re: cannot continue edit while debug in VS2005

      Ryan Liu wrote:
      >
      >>
      >I have this problem: "cannot continue edit while debug in VS2005".
      >>
      >I see the same tread after I search this topic in google, but none
      >solutions works for me. So again, I ask here. Can someone give a hand?
      >>
      >Has MS fixed this in VS 2005? Is is fixed in VS 2008?
      >
      Have you ENABLED edit&continue in the properties of vs.net? If not, do
      so. However, in general it's not wise to edit while in debug mode ->
      quit debugging, think why you want to make a change to the code, make
      the change and then restart debugging IF necessary.
      >
      FB
      >
      >
      --
      ------------------------------------------------------------------------
      Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
      LLBLGen Pro website: http://www.llblgen.com
      My .NET blog: http://weblogs.asp.net/fbouma
      Microsoft MVP (C#)
      ------------------------------------------------------------------------
      Yes, I did ENABLED edit&continue , as a matter of fact, I can not disable
      it, the checkbox is grey.

      I also try to check and uncheck "Stop all process if one is stopped".


      I don't really need edit & continue. All I want is VS 2003 way: Allow me
      edit in debug mode, but the change does not have to be seen until I
      stop/start debug again.

      I was doing some UI related thing, so I'd like to look at the UI and modify
      the code. Or I caught an exception, my first reflection is go to where it
      throws and begin to correct it -- and I am always hit the wall.

      Thanks,
      Ryan

      Comment

      • Ryan Liu

        #4
        Re: cannot continue edit while debug in VS2005


        "Ryan Liu" <rliu@PowerCATI .comдÈëÏûÏ¢
        news:eZ6td1vSIH A.5208@TK2MSFTN GP04.phx.gbl...
        >
        ----- Original Message -----
        From: "Frans Bouma [C# MVP]" <perseus.usenet NOSPAM@xs4all.n l>
        Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
        Sent: Sunday, December 30, 2007 7:26 PM
        Subject: Re: cannot continue edit while debug in VS2005
        >
        >
        >Ryan Liu wrote:
        >>
        >>>
        >>I have this problem: "cannot continue edit while debug in VS2005".
        >>>
        >>I see the same tread after I search this topic in google, but none
        >>solutions works for me. So again, I ask here. Can someone give a hand?
        >>>
        >>Has MS fixed this in VS 2005? Is is fixed in VS 2008?
        >>
        >Have you ENABLED edit&continue in the properties of vs.net? If not, do
        >so. However, in general it's not wise to edit while in debug mode ->
        >quit debugging, think why you want to make a change to the code, make
        >the change and then restart debugging IF necessary.
        >>
        >FB
        >>
        >>
        >--
        >------------------------------------------------------------------------
        >Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
        >LLBLGen Pro website: http://www.llblgen.com
        >My .NET blog: http://weblogs.asp.net/fbouma
        >Microsoft MVP (C#)
        >------------------------------------------------------------------------
        >
        Yes, I did ENABLED edit&continue , as a matter of fact, I can not disable
        it, the checkbox is grey.
        >
        I also try to check and uncheck "Stop all process if one is stopped".
        >
        >
        I don't really need edit & continue. All I want is VS 2003 way: Allow me
        edit in debug mode, but the change does not have to be seen until I
        stop/start debug again.
        >
        I was doing some UI related thing, so I'd like to look at the UI and
        modify
        the code. Or I caught an exception, my first reflection is go to where it
        throws and begin to correct it -- and I am always hit the wall.
        >
        Thanks,
        Ryan
        I just found out if I can not edit, I just put a break point anywhere and
        make the application pause at the break point, then I can edit.

        If it passes the breakpoint, back to my application runtime UI, I am not
        allowed to edit.

        This is acceptable, but does it make sense?

        Thanks,

        Comment

        • Marc Gravell

          #5
          Re: cannot continue edit while debug in VS2005

          If it passes the breakpoint, back to my application runtime UI, I am not
          allowed to edit.
          How about if you simply hit pause in the IDE? (Break All; [Ctrl]+[Alt]+
          [Break])

          Marc

          Comment

          • Ryan Liu

            #6
            Re: cannot continue edit while debug in VS2005


            "Marc Gravell" <marc.gravell@g mail.com????
            news:af02f184-53bc-43dc-bd12-213a2f2476b7@w4 7g2000hsa.googl egroups.com...
            >If it passes the breakpoint, back to my application runtime UI, I am not
            >allowed to edit.
            >
            How about if you simply hit pause in the IDE? (Break All; [Ctrl]+[Alt]+
            [Break])
            >
            Marc
            Hi Marc,

            Yes, after I hit breat all, I can edit.

            Thanks & Happy 2008!
            Ryan Liu

            Comment

            Working...