can't detach the debugger?

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

    can't detach the debugger?

    Sometimes I get some odd design-time exceptions that are useful to
    troubleshoot by attaching the debugger to devenv.exe itself and breaking on
    CLR exceptions... works well but when I'm done I'd like to stop debugging
    without killing the IDE I attached it to. Is that possible?

    Bob


  • Sahil Malik

    #2
    Re: can't detach the debugger?

    Yes it is possible.

    Go to Debug-->Processes-->Select the attached process of your choice in the
    lower listbox and choose "Detach" !! Thats it !!

    - Sahil Malik
    You can reach me thru my blog at



    "Bob" <noone@nowhere. com> wrote in message
    news:%23qJL7kMp EHA.3428@TK2MSF TNGP11.phx.gbl. ..[color=blue]
    > Sometimes I get some odd design-time exceptions that are useful to
    > troubleshoot by attaching the debugger to devenv.exe itself and breaking[/color]
    on[color=blue]
    > CLR exceptions... works well but when I'm done I'd like to stop debugging
    > without killing the IDE I attached it to. Is that possible?
    >
    > Bob
    >
    >[/color]


    Comment

    • Bob

      #3
      Re: can't detach the debugger?

      "Unable to detach from the process 'devenv.exe'. The requested operation is
      not supported."


      "Sahil Malik" <contactmethrum yblog@nospam.co m> wrote in message
      news:erxd40MpEH A.3424@TK2MSFTN GP12.phx.gbl...[color=blue]
      > Yes it is possible.
      >
      > Go to Debug-->Processes-->Select the attached process of your choice in[/color]
      the[color=blue]
      > lower listbox and choose "Detach" !! Thats it !!
      >
      > - Sahil Malik
      > You can reach me thru my blog at
      > http://www.dotnetjunkies.com/weblog/sahilmalik[/color]


      Comment

      Working...