breakpoint dont work anymore when debugging in vs2008 (part-2)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?cmF1bGF2aQ==?=

    breakpoint dont work anymore when debugging in vs2008 (part-2)

    Vista sp1 C#
    Hi: after I opened a vs2005 IDE... my breakpoints when debugging in vs2008
    dont work any more, any ideas?

    the test finished but It does not stop.

    Thanks
  • Jeff Winn

    #2
    Re: breakpoint dont work anymore when debugging in vs2008 (part-2)

    It sounds like you're trying to debug a unit test, in which case you'll need
    to explicitly tell the unit test to start with debugging enabled. If you're
    not trying to debug a unit test, it could be a problem with Vista's UAC if
    you're not running the IDE with elevated privileges and you're trying to
    attach the debugger to a process running under a system account.

    Some more background information about what you're trying to do would be
    helpful.

    "raulavi" <raulavi@discus sions.microsoft .comwrote in message
    news:204341E1-FC19-4B83-9640-19F7673A6B43@mi crosoft.com...
    Vista sp1 C#
    Hi: after I opened a vs2005 IDE... my breakpoints when debugging in
    vs2008
    dont work any more, any ideas?
    >
    the test finished but It does not stop.
    >
    Thanks

    Comment

    • =?Utf-8?B?cmF1bGF2aQ==?=

      #3
      Re: breakpoint dont work anymore when debugging in vs2008 (part-2)

      Thanks Jeff.
      I always debugg on ide VS2008 vista sp1 c#
      yes is a unit test and it was running under debugger(as I always do)
      suddenly after load IDE VS2005, the breakpoints don't start line debugging,
      the test runs and finish reporting passed on the output window

      Can you give me an idea on the UAC ...what can I check/where

      my IDE always run with as administrator (is any way to be sure 100% of it?)

      "Jeff Winn" wrote:
      It sounds like you're trying to debug a unit test, in which case you'll need
      to explicitly tell the unit test to start with debugging enabled. If you're
      not trying to debug a unit test, it could be a problem with Vista's UAC if
      you're not running the IDE with elevated privileges and you're trying to
      attach the debugger to a process running under a system account.
      >
      Some more background information about what you're trying to do would be
      helpful.
      >
      "raulavi" <raulavi@discus sions.microsoft .comwrote in message
      news:204341E1-FC19-4B83-9640-19F7673A6B43@mi crosoft.com...
      Vista sp1 C#
      Hi: after I opened a vs2005 IDE... my breakpoints when debugging in
      vs2008
      dont work any more, any ideas?

      the test finished but It does not stop.

      Thanks
      >

      Comment

      • GArlington

        #4
        Re: breakpoint dont work anymore when debugging in vs2008 (part-2)

        On Jun 24, 3:41 pm, raulavi <raul...@discus sions.microsoft .comwrote:
        Thanks Jeff.
        I always debugg on ide VS2008 vista sp1 c#
        yes is a unit test and it was running under debugger(as I always do)
        suddenly after load IDE VS2005, the breakpoints don't start line debugging,
        the test runs and finish reporting passed on the output window
        >
        Can you give me an idea on the UAC ...what can I check/where
        >
        my IDE always run with as administrator (is any way to be sure 100% of it?)
        >
        "Jeff Winn" wrote:
        It sounds like you're trying to debug a unit test, in which case you'll need
        to explicitly tell the unit test to start with debugging enabled. If you're
        not trying to debug a unit test, it could be a problem with Vista's UAC if
        you're not running the IDE with elevated privileges and you're trying to
        attach the debugger to a process running under a system account.
        >
        Some more background information about what you're trying to do would be
        helpful.
        >
        "raulavi" <raul...@discus sions.microsoft .comwrote in message
        news:204341E1-FC19-4B83-9640-19F7673A6B43@mi crosoft.com...
        Vista sp1 C#
        Hi: after I opened a vs2005 IDE... my breakpoints when debugging in
        vs2008
        dont work any more, any ideas?
        >
        the test finished but It does not stop.
        >
        Thanks
        Maybe your VS2005 tried to open the VS2008 project and corrupted
        breakpoints info?
        Try to set them again in VS2008...

        Comment

        Working...