Strange Debugger issues

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

    Strange Debugger issues

    Not sure which group this question would go in so if this isn't the
    appropriate place I apologize.

    Here is the setup --

    Rather large project consisting of a Winform client that communicates with a
    series of SAO, Single Call, IIS hosted remoted facades all written in C#.

    Up until recently everything was working just fine, I could debug both the
    client and server components. Now when I debug into the server components I
    can set one or more breakpoints and it will hit the breakpoint just fine.
    If I use F5 I can run to the next breakpoint most of the time. What I can't
    do is step through the code (F10 or F11), doing so may work for a line or
    two (or not) but inevitably it will lock up the IDE and everything goes into
    the abyss from there. When this happens, even after letting it sit and run
    for half an hour, the only way out is to kill IIS and the client app. Many
    times this causes Visual Studio to crash and restart. I have no problems
    debugging through the client code at all. The application runs fine when
    the debugger isn't attached.

    Does anyone have any insight into this strange phenomena?

    Thanks,
    CMD


  • cduden

    #2
    Re: Strange Debugger issues

    Nevermind -- I have been having problems with this for 2 days and after
    posting the message I deleted all the compiled dlls and pdbs accross all the
    projects rebuilt everything and suddenly it works. Interestingly I had the
    same symptoms on multiple machines.


    "cduden" <cduden@netfusi onservices.com> wrote in message
    news:uAa8H4tkEH A.2680@TK2MSFTN GP15.phx.gbl...[color=blue]
    > Not sure which group this question would go in so if this isn't the
    > appropriate place I apologize.
    >
    > Here is the setup --
    >
    > Rather large project consisting of a Winform client that communicates with[/color]
    a[color=blue]
    > series of SAO, Single Call, IIS hosted remoted facades all written in C#.
    >
    > Up until recently everything was working just fine, I could debug both the
    > client and server components. Now when I debug into the server components[/color]
    I[color=blue]
    > can set one or more breakpoints and it will hit the breakpoint just fine.
    > If I use F5 I can run to the next breakpoint most of the time. What I[/color]
    can't[color=blue]
    > do is step through the code (F10 or F11), doing so may work for a line or
    > two (or not) but inevitably it will lock up the IDE and everything goes[/color]
    into[color=blue]
    > the abyss from there. When this happens, even after letting it sit and[/color]
    run[color=blue]
    > for half an hour, the only way out is to kill IIS and the client app.[/color]
    Many[color=blue]
    > times this causes Visual Studio to crash and restart. I have no problems
    > debugging through the client code at all. The application runs fine when
    > the debugger isn't attached.
    >
    > Does anyone have any insight into this strange phenomena?
    >
    > Thanks,
    > CMD
    >
    >[/color]


    Comment

    Working...